class documentation

class _frommethod: (source)

View In Hierarchy

Define functions from existing MaskedArray methods.

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

Undocumented

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

Undocumented

def getdoc(self): (source)

Return the doc of the function (from the doc of the method).

__name__ = (source)

Undocumented

reversed = (source)

Undocumented