class Ufunc:
Description of a ufunc.
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 |