class documentation

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): (source)

Undocumented

docstring = (source)

Undocumented

identity = (source)

Undocumented

Undocumented

Undocumented

signature = (source)

Undocumented

type_descriptions: list = (source)

Undocumented

typereso = (source)

Undocumented