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

Class _Dummy

numpy/testing/_private/utils.py:1261–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259
1260
1261class _Dummy(unittest.TestCase):
1262 def nop(self):
1263 pass
1264
1265
1266_d = _Dummy('nop')

Callers 1

utils.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected