class documentation

Undocumented

Method __eq__ Note that LDAPAttributeSets can also be compared against any iterator. In that case the attributeType will be ignored.
Method asLDAP Undocumented
Method patch Undocumented
Constant _LDAP_OP Undocumented

Inherited from LDAPAttributeSet:

Method __deepcopy__ Undocumented
Method __init__ Represents all the values for an attribute in an LDAP entry. An entry might have "cn" or "objectClass" or "uid" attributes, and this class represents each of those.
Method __ne__ Undocumented
Method __repr__ Undocumented
Method add Adding key to the attributes with checking if it exists as byte or unicode string
Method copy Undocumented
Method remove Removing key from the attributes with checking if it exists as byte or unicode string
Instance Variable key Undocumented
def __eq__(self, other): (source)

Note that LDAPAttributeSets can also be compared against any iterator. In that case the attributeType will be ignored.

def asLDAP(self): (source)

Undocumented

def patch(self, entry): (source)