module documentation

Undocumented

Variable ​NDArray Undocumented
Variable ​Scalar​Type Undocumented
Class _​Generic​Alias 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
NDArray =

Undocumented

ScalarType =

Undocumented

def _parse_parameters(args):

Search for all typevars and typevar-containing objects in args.

Helper function for _GenericAlias.__init__.

Parameters
args:Iterable[Any]Undocumented
Returns
Generator[TypeVar, None, None]Undocumented
def _reconstruct_alias(alias, parameters):

Recursively replace all typevars with those from parameters.

Helper function for _GenericAlias.__getitem__.

Parameters
alias:_TUndocumented
parameters:Iterator[TypeVar]Undocumented
Returns
_TUndocumented
def _to_str(obj):
Helper function for _GenericAlias.__repr__.
Parameters
obj:objectUndocumented
Returns
strUndocumented
_GENERIC_ALIAS_TYPE =

Undocumented

Value
(_GenericAlias, types.GenericAlias)
_T =

Undocumented

Value
TypeVar('_T',
        bound='_GenericAlias')
_DType =

Undocumented