Types¶
Map¶
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