exception documentation

class ProtocolMissingAttributesError(ProtocolError): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable missing Undocumented

Inherited from ProtocolError:

Instance Variable left_type Undocumented
Instance Variable other_type Undocumented
def __init__(self, left_type, other_type, missing): (source)

Undocumented

Undocumented