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

Method get_loop

Lib/test/test_asyncio/test_tasks.py:2999–3000  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2997 class Fut(asyncio.Future):
2998 @property
2999 def get_loop(self):
3000 raise AttributeError
3001
3002 async def coro():
3003 await fut

Callers 2

test_task_classMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected