module documentation

Undocumented

Class TestGenericAlias Tests for numpy._typing._generic_alias._GenericAlias.
Constant BUFFER Undocumented
Constant GETATTR_NAMES Undocumented
Type Variable ScalarType Undocumented
Type Variable T1 Undocumented
Type Variable T2 Undocumented
Type Alias FuncType Undocumented
Variable DType Undocumented
Variable DType_ref Undocumented
Variable NDArray Undocumented
Variable NDArray_ref Undocumented
Function _get_subclass_mro Undocumented

Undocumented

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

Undocumented

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

Undocumented

Value
TypeVar('ScalarType',
        bound=np.generic, covariant=True)

Undocumented

Value
TypeVar('T1')

Undocumented

Value
TypeVar('T2')
FuncType = (source)

Undocumented

Value
Callable[['_GenericAlias | types.GenericAlias'], Any]

Undocumented

DType_ref = (source)

Undocumented

Undocumented

NDArray_ref = (source)

Undocumented

def _get_subclass_mro(base: type) -> tuple[type, ...]: (source)

Undocumented