module documentation

Prints type-coercion tables for the built-in NumPy types

Class GenericObject Undocumented
Function print_cancast_table Undocumented
Function print_coercion_table Undocumented
Function print_new_cast_table Prints new casts, the values given are default "can-cast" values, not actual ones.
def print_cancast_table(ntypes): (source)

Undocumented

def print_coercion_table(ntypes, inputfirstvalue, inputsecondvalue, firstarray, use_promote_types=False): (source)

Undocumented

def print_new_cast_table(*, can_cast=True, legacy=False, flags=False): (source)

Prints new casts, the values given are default "can-cast" values, not actual ones.