mrpro.utils.typing

Some type hints that are used in multiple places in the codebase but not part of mrpro’s public API.

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

IndexerType

alias of Any

NestedSequence

alias of Any