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

Method __init__

numpy/lib/index_tricks.py:255–256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

253 """
254
255 def __init__(self):
256 super().__init__(sparse=False)
257
258
259mgrid = MGridClass()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected