class documentation

class LDAPAttributeTypeAndValue(TextStrAlias): (source)

View In Hierarchy

Undocumented

Method __eq__ Undocumented
Method __ge__ Undocumented
Method __gt__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __le__ Undocumented
Method __lt__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Method getText Undocumented
Instance Variable attributeType Undocumented
Instance Variable value Undocumented

Inherited from TextStrAlias:

Method __str__ Undocumented
def __eq__(self, other): (source)

Undocumented

def __ge__(self, other): (source)

Undocumented

def __gt__(self, other): (source)

Undocumented

def __hash__(self): (source)

Undocumented

def __init__(self, stringValue=None, attributeType=None, value=None): (source)

Undocumented

def __le__(self, other): (source)

Undocumented

def __lt__(self, other): (source)

Undocumented

def __ne__(self, other): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def getText(self): (source)

Undocumented

attributeType = (source)

Undocumented

value = (source)

Undocumented