Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1500
class
_Dummy(unittest.TestCase):
1501
def
nop(self):
1502
pass
1503
1504
1505
_d = _Dummy(
'nop'
)
Callers
1
utils.py
File · 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…