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

Method __init__

numpy/ma/extras.py:233–235  ·  view source on GitHub ↗
(self, funcname)

Source from the content-addressed store, hash-verified

231 """
232
233 def __init__(self, funcname):
234 self.__name__ = funcname
235 self.__doc__ = self.getdoc()
236
237 def getdoc(self):
238 """

Callers

nothing calls this directly

Calls 1

getdocMethod · 0.95

Tested by

no test coverage detected