numpy.typing
.Constant | TYPES |
Undocumented |
Variable | NDArrayTup |
Undocumented |
Class | TypeTup |
Undocumented |
Function | test_get_args |
Test typing.get_args . |
Function | test_get_origin |
Test typing.get_origin . |
Function | test_get_type_hints |
Test typing.get_type_hints . |
Function | test_get_type_hints_str |
Test typing.get_type_hints with string-representation of types. |
Function | test_keys |
Test that TYPES.keys() and numpy.typing.__all__ are synced. |
Undocumented
Value |
|
typing.get_args
.Parameters | |
name:type | Undocumented |
tup:TypeTup | Undocumented |
typing.get_origin
.Parameters | |
name:type | Undocumented |
tup:TypeTup | Undocumented |
typing.get_type_hints
.Parameters | |
name:type | Undocumented |
tup:TypeTup | Undocumented |
typing.get_type_hints
with string-representation of types.Parameters | |
name:type | Undocumented |
tup:TypeTup | Undocumented |