Typing definitions (typing
)#
Classes:
Data:
Protocol to mark that class should have |
|
Nested dict type |
|
Nested dict value type |
|
Nested map type |
|
Nested map value type |
|
Parameter specification |
- module_utilities.typing.HasCache = 'HasCacheAttribute | HasCacheProperty'#
Protocol to mark that class should have
_cache
attribute
- module_utilities.typing.NestedDict = 'dict[str, NestedDictVal]'#
Nested dict type
- module_utilities.typing.NestedDictVal = 'str | NestedDict'#
Nested dict value type
- module_utilities.typing.NestedMap(*args, **kwargs)#
Nested map type
- module_utilities.typing.NestedMapVal = 'str | NestedMap'#
Nested map value type
- module_utilities.typing.P = ~P#
Parameter specification
- class module_utilities.typing.R#
Return Type
alias of TypeVar(‘R’)