MCPcopy Index your code
hub / github.com/python/cpython / Evil

Class Evil

Lib/test/test_asyncio/test_tasks.py:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 def test_task_del_collect(self):
138 class Evil:
139 def __del__(self):
140 gc.collect()
141
142 async def run():
143 return Evil()

Callers 1

runMethod · 0.70

Calls

no outgoing calls

Tested by 1

runMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…