module documentation

Implementation of special members of Python's abc library.

Class ABCMeta Undocumented
Class ABCOverlay A custom overlay for the 'abc' module.
Class AbstractClassMethod Implements abc.abstractclassmethod.
Class AbstractMethod Implements the @abc.abstractmethod decorator.
Class AbstractProperty Implements the @abc.abstractproperty decorator.
Class AbstractStaticMethod Implements abc.abstractstaticmethod.
Function _set_abstract Undocumented
def _set_abstract(args, argname): (source)

Undocumented