From 9f5a578eed70368ad8fc089b44ec2118a3c2cefb Mon Sep 17 00:00:00 2001 From: Simon Pichugin Date: Mon, 5 Nov 2018 17:35:38 +0100 Subject: [PATCH] Add docstrings for X-ORIGIN --- Lib/ldap/schema/models.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Lib/ldap/schema/models.py b/Lib/ldap/schema/models.py index 22ba6fb..18d24fb 100644 --- a/Lib/ldap/schema/models.py +++ b/Lib/ldap/schema/models.py @@ -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 = { @@ -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 = {