class documentation

class RelativeDistinguishedName(TextStrAlias): (source)

View In Hierarchy

LDAP Relative Distinguished Name.

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 count Undocumented
Method getText Undocumented
Method split Undocumented
Instance Variable attributeTypesAndValues 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, magic=None, stringValue=None, attributeTypesAndValues=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 count(self): (source)

Undocumented

def getText(self): (source)

Undocumented

def split(self): (source)

Undocumented

attributeTypesAndValues = (source)

Undocumented