Internal Development Interface

Package copiertv.__

Common constants, imports, and utilities.

Module copiertv.__.imports

Common imports used throughout the package.

Module copiertv.__.nomina

Common names and type aliases.

type copiertv.__.nomina.ComparisonResult = bool | builtins.NotImplementedType
type copiertv.__.nomina.NominativeArguments = collections.abc.Mapping[str, typing_extensions.Any]
type copiertv.__.nomina.PositionalArguments = collections.abc.Sequence[typing_extensions.Any]