MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

numpy/ma/core.py:6855–6858  ·  view source on GitHub ↗
(self, methodname, reversed=False)

Source from the content-addressed store, hash-verified

6853 """
6854
6855 def __init__(self, methodname, reversed=False):
6856 self.__name__ = methodname
6857 self.__doc__ = self.getdoc()
6858 self.reversed = reversed
6859
6860 def getdoc(self):
6861 "Return the doc of the function (from the doc of the method)."

Callers

nothing calls this directly

Calls 1

getdocMethod · 0.95

Tested by

no test coverage detected