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

Method __init__

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

Source from the content-addressed store, hash-verified

301 """
302
303 def __init__(self):
304 super().__init__(sparse=True)
305
306
307ogrid = OGridClass()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected