Skip to content

Commit 9f5a578

Browse files
committed
Add docstrings for X-ORIGIN
1 parent ebc12da commit 9f5a578

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Lib/ldap/schema/models.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ class ObjectClass(SchemaElement):
126126
sup
127127
This list of strings contains NAMEs or OIDs of object classes
128128
this object class is derived from
129+
x-origin
130+
This string contains the X-ORIGIN text which is typically used to indicate
131+
the source of the associated schema element
129132
"""
130133
schema_attribute = u'objectClasses'
131134
token_defaults = {
@@ -227,6 +230,9 @@ class AttributeType(SchemaElement):
227230
sup
228231
This list of strings contains NAMEs or OIDs of attribute types
229232
this attribute type is derived from
233+
x-origin
234+
This string contains the X-ORIGIN text which is typically used to indicate
235+
the source of the associated schema element
230236
"""
231237
schema_attribute = u'attributeTypes'
232238
token_defaults = {

0 commit comments

Comments
 (0)