module documentation

Test cases for ldaptor.protocols.pureldap module.

Class KnownValues No class docstring; 0/1 class variable, 3/3 methods documented
Class Representations Undocumented
Class Substrings No class docstring; 1/1 method documented
Class TestEquality No class docstring; 0/1 class variable, 2/2 methods documented
Class TestEscaping Undocumented
Class TestFilterSetEquality Undocumented
Class TestRepresentations Test representations of common LDAP opbjects.
Function l Split a byte string to ord's of chars.
Function s Join all members of list to a byte string. Integer members are chr()ed
def l(s): (source)

Split a byte string to ord's of chars.

def s(*l): (source)

Join all members of list to a byte string. Integer members are chr()ed