Undocumented
Variable | NDArray |
Undocumented |
Variable | ScalarType |
Undocumented |
Class | _GenericAlias |
A python-based backport of the types.GenericAlias class. |
Function | _parse_parameters |
Search for all typevars and typevar-containing objects in args . |
Function | _reconstruct_alias |
Recursively replace all typevars with those from parameters . |
Function | _to_str |
Helper function for _GenericAlias.__repr__ . |
Constant | _GENERIC_ALIAS_TYPE |
Undocumented |
Constant | _T |
Undocumented |
Variable | _DType |
Undocumented |
Search for all typevars and typevar-containing objects in args
.
Helper function for _GenericAlias.__init__
.
Parameters | |
args:Iterable[ | Undocumented |
Returns | |
Generator[ | Undocumented |
Recursively replace all typevars with those from parameters
.
Helper function for _GenericAlias.__getitem__
.
Parameters | |
alias:_T | Undocumented |
parameters:Iterator[ | Undocumented |
Returns | |
_T | Undocumented |
_GenericAlias.__repr__
.Parameters | |
obj:object | Undocumented |
Returns | |
str | Undocumented |