class documentation

class DunderUnimplemented(UnimplementedError): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable method_name Undocumented
Instance Variable msg Undocumented
Instance Variable target_cls Undocumented

Inherited from UnimplementedError:

Instance Variable object Undocumented
def __init__(self, method_name, target_cls): (source)
method_name = (source)

Undocumented

target_cls = (source)

Undocumented