Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ Dummy
Class
Dummy
Lib/test/test_asyncio/test_tasks.py:63–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
62
63
class
Dummy:
64
65
def
__repr__(self):
66
return
'<Dummy>'
67
68
def
__call__(self, *args):
69
pass
70
71
72
class
CoroLikeObject:
Callers
1
test_task_repr
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_task_repr
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…