module documentation

Prints type-coercion tables for the built-in NumPy types
Class ​Generic​Object 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):

Undocumented

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

Undocumented

def print_new_cast_table(*, can_cast=True, legacy=False, flags=False):
Prints new casts, the values given are default "can-cast" values, not actual ones.