class documentation

class CannotRemoveRDNError(Exception): (source)

View In Hierarchy

The attribute to be removed is the RDN for the object and cannot be removed.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable key Undocumented
Instance Variable val Undocumented
def __init__(self, key, val=None): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented

Undocumented