class documentation

class _UFuncInputCastingError(_UFuncCastingError):

View In Hierarchy

Thrown when a ufunc input cannot be casted
Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable in​_i Undocumented

Inherited from _UFuncCastingError:

Instance Variable casting Undocumented
Instance Variable from​_ Undocumented
Instance Variable to Undocumented

Inherited from UFuncTypeError (via _UFuncCastingError):

Instance Variable ufunc Undocumented
def __init__(self, ufunc, casting, from_, to, i):
def __str__(self):

Undocumented

in_i =

Undocumented