MCPcopy Index your code
hub / github.com/numpy/numpy / _Dummy

Class _Dummy

numpy/testing/_private/utils.py:1500–1502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1498
1499
1500class _Dummy(unittest.TestCase):
1501 def nop(self):
1502 pass
1503
1504
1505_d = _Dummy('nop')

Callers 1

utils.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…