Internal Development Interface¶
Package appcore.__
¶
Common constants, imports, and utilities.
Module appcore.__.imports
¶
Common imports used throughout the package.
Module appcore.__.nomina
¶
Common names and type aliases.
- type appcore.__.nomina.NominativeDictionary = collections.abc.Mapping[str, typing_extensions.Any]¶
- type appcore.__.nomina.NominativeDictionaryMutable = collections.abc.MutableMapping[str, typing_extensions.Any]¶
- type appcore.__.nomina.NominativeArguments = collections.abc.Mapping[str, typing_extensions.Any]¶
- type appcore.__.nomina.PositionalArguments = collections.abc.Sequence[typing_extensions.Any]¶