class documentation

class Ufunc:

View In Hierarchy

Description of a ufunc.

Attributes

nin : number of input arguments nout : number of output arguments identity : identity element for a two-argument function docstring : docstring for the ufunc type_descriptions : list of TypeDescription objects

Method __init__ Undocumented
Instance Variable docstring Undocumented
Instance Variable identity Undocumented
Instance Variable nin Undocumented
Instance Variable nout Undocumented
Instance Variable signature Undocumented
Instance Variable type​_descriptions Undocumented
Instance Variable typereso Undocumented
def __init__(self, nin, nout, identity, docstring, typereso, *type_descriptions, signature=None):

Undocumented

docstring =

Undocumented

identity =

Undocumented

nin =

Undocumented

nout =

Undocumented

signature =

Undocumented

type_descriptions: list =

Undocumented

typereso =

Undocumented