exception documentation

class _UFuncBinaryResolutionError(UFuncTypeError): (source)

View In Hierarchy

Thrown when a binary resolution fails

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable dtypes Undocumented

Inherited from UFuncTypeError:

Instance Variable ufunc Undocumented
def __init__(self, ufunc, dtypes): (source)
def __str__(self): (source)

Undocumented

Undocumented