exception documentation

class ProtocolTypeError(ProtocolError): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable actual_type Undocumented
Instance Variable attribute_name Undocumented
Instance Variable expected_type Undocumented

Inherited from ProtocolError:

Instance Variable left_type Undocumented
Instance Variable other_type Undocumented
def __init__(self, left_type, other_type, attribute, actual, expected): (source)

Undocumented

actual_type = (source)

Undocumented

attribute_name = (source)

Undocumented

expected_type = (source)

Undocumented