Skip to content

namespace

namespace module contains definition of Namespace class used to prevent instantiation of derived classes.

NamespaceMeta

Bases: type

Metaclass that prevents instantiation of the class.

__call__

__call__(*_: Any, **__: Any) -> NoReturn

Raise a TypeError when trying to instantiate the class.

Namespace

Base class that prevents instantiation of derived classes.