class _convert2ma:
Convert functions from numpy to numpy.ma.
- _methodname : string
- Name of the method to transform.
Method | __call__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | _replace_return_type |
Replace documentation of np function's return type. |
Method | getdoc |
Return the doc of the function (from the doc of the method). |
Class Variable | __doc__ |
Undocumented |
Instance Variable | _extras |
Undocumented |
Instance Variable | _func |
Undocumented |
Replace documentation of np function's return type.
Replaces it with the proper type for the np.ma function.