abc module#

Attributes

__module_logger

Instances of the Logger class represent a single logging channel.

Functions

_check_methods(klass, *methods)

Check if the class or any of its parents has all specified methods.

Classes

EqualityABC()

Abstract class for objects implementing == and !=.

FullyRepresentableABC()

Abstract class for objects implementing __str__ and __repr__.

ObtainableABC()

Abstract class for objects implementing __getitem__.

RepresentableABC()

Abstract class for objects implementing __repr__.

StringableABC()

Abstract class for objects implementing __str__.