class documentation

class LDAPSyntaxContainingNamingContext(unittest.SynchronousTestCase): (source)

View In Hierarchy

Undocumented

Method setUp Undocumented
Method testNamingContext LDAPEntry.namingContext returns the naming context that contains this object (via a Deferred).
Method testNoContainingNamingContext LDAPEntry.namingContext raises exception if there are no naming contexts with it
Instance Variable client Undocumented
def setUp(self): (source)

Undocumented

def testNamingContext(self): (source)

LDAPEntry.namingContext returns the naming context that contains this object (via a Deferred).

def testNoContainingNamingContext(self): (source)

LDAPEntry.namingContext raises exception if there are no naming contexts with it

client = (source)

Undocumented