phenotypic.sdk_.ModulePath#

class phenotypic.sdk_.ModulePath[source]#

Bases: object

Importable module paths used in dynamic importlib.import_module dispatch.

Spelled out here so a renamed sub-package fails at type-check time (consumers reference ModulePath.POST — a typo there is caught by mypy) rather than silently at runtime.

Methods

__init__

Attributes

POST: Final[str] = 'phenotypic.post'#
ANALYSIS: Final[str] = 'phenotypic.analysis'#