Types

Map

simu.core.utilities.types.Map

A mapping of strings to another type

alias of Mapping[str, VT]

MutMap

simu.core.utilities.types.MutMap

A mutable mapping of strings to another type

alias of MutableMapping[str, VT]

NestedMap

simu.core.utilities.types.NestedMap

A nested mapping of strings to another type

NestedMutMap

simu.core.utilities.types.NestedMutMap

A nested mutable mapping of strings to another type