class documentation

class _frommethod:

View In Hierarchy

Define functions from existing MaskedArray methods.

Parameters

methodname : str
Name of the method to transform.
Method __call__ Undocumented
Method __init__ Undocumented
Method getdoc Return the doc of the function (from the doc of the method).
Instance Variable __name__ Undocumented
Instance Variable reversed Undocumented
def __call__(self, a, *args, **params):

Undocumented

def __init__(self, methodname, reversed=False):

Undocumented

def getdoc(self):
Return the doc of the function (from the doc of the method).
__name__ =

Undocumented

reversed =

Undocumented