Skip to content

Commit

Permalink
Add docstrings for X-ORIGIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Pichugin committed Nov 5, 2018
1 parent ebc12da commit 9f5a578
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Lib/ldap/schema/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ class ObjectClass(SchemaElement):
sup
This list of strings contains NAMEs or OIDs of object classes
this object class is derived from
x-origin
This string contains the X-ORIGIN text which is typically used to indicate
the source of the associated schema element
"""
schema_attribute = u'objectClasses'
token_defaults = {
Expand Down Expand Up @@ -227,6 +230,9 @@ class AttributeType(SchemaElement):
sup
This list of strings contains NAMEs or OIDs of attribute types
this attribute type is derived from
x-origin
This string contains the X-ORIGIN text which is typically used to indicate
the source of the associated schema element
"""
schema_attribute = u'attributeTypes'
token_defaults = {
Expand Down

0 comments on commit 9f5a578

Please sign in to comment.