module documentation

Undocumented

Constant BUFFER Undocumented
Constant GETATTR​_NAMES Undocumented
Constant T1 Undocumented
Constant T2 Undocumented
Variable ​DType Undocumented
Variable ​DType_ref Undocumented
Variable ​Func​Type Undocumented
Variable ​NDArray Undocumented
Variable ​NDArray_ref Undocumented
Variable ​Scalar​Type Undocumented
Class ​Test​Generic​Alias Tests for numpy.typing._generic_alias._GenericAlias.
Function ​_get​_subclass​_mro Undocumented
BUFFER =

Undocumented

Value
np.array([1],
         dtype=np.int64)
GETATTR_NAMES =

Undocumented

Value
sorted(set(dir(np.ndarray))-_GenericAlias._ATTR_EXCEPTIONS)
T1 =

Undocumented

Value
TypeVar('T1')
T2 =

Undocumented

Value
TypeVar('T2')
DType =

Undocumented

DType_ref =

Undocumented

FuncType =

Undocumented

NDArray =

Undocumented

NDArray_ref =

Undocumented

ScalarType =

Undocumented

def _get_subclass_mro(base):

Undocumented

Parameters
base:typeUndocumented
Returns
Tuple[type, ...]Undocumented