File: //lib/python3/dist-packages/numpy/lib/type_check.pyi
from typing import List
__all__: List[str]
def mintypecode(typechars, typeset=..., default=...): ...
def asfarray(a, dtype = ...): ...
def real(val): ...
def imag(val): ...
def iscomplex(x): ...
def isreal(x): ...
def iscomplexobj(x): ...
def isrealobj(x): ...
def nan_to_num(x, copy=..., nan=..., posinf=..., neginf=...): ...
def real_if_close(a, tol=...): ...
def typename(char): ...
def common_type(*arrays): ...
# NOTE: Deprecated
# def asscalar(a): ...