Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1261
class
_Dummy(unittest.TestCase):
1262
def
nop(self):
1263
pass
1264
1265
1266
_d = _Dummy(
'nop'
)
Callers
1
utils.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected