module documentation

Test cases for ldaptor.protocols.pureber module.

Class BERBaseTests Unit tests for generic BERBase.
Class BERBooleanKnownValues No class docstring; 0/1 class variable, 3/3 methods documented
Class BERDecoderContextRepr Undocumented
Class BEREnumeratedKnownValues No class docstring; 0/1 class variable, 3/3 methods documented
Class BEREnumeratedSanityCheck No class docstring; 1/1 method documented
Class BERIntegerKnownValues No class docstring; 0/1 class variable, 3/3 methods documented
Class BERIntegerSanityCheck No class docstring; 1/1 method documented
Class BerLengths Undocumented
Class BERNullKnownValues No class docstring; 3/3 methods documented
Class ObjectWithToWireMethod Undocumented
Class TestBEROctetString Unit tests for BEROctetString.
Class TestBERSequence Unit test for BERSequence.
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 converted to bytes
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 converted to bytes