class documentation

Metaclass hack to establish reverse-mappings for 'errors' and 'fatalErrors' as class vars.

Method __new__ Undocumented
def __new__(cls: type[_Self], name: str, bases: tuple[type], attrs: dict[str, object]) -> Type[Command]: (source)

Undocumented