«
class documentation

class _CommandMeta(type):

Constructor: _CommandMeta(name, bases, attrs)

View In Hierarchy

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]:

Undocumented