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

Method sleep

Lib/test/test_asyncio/test_tasks.py:748–749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

746 self.set_event_loop(loop)
747
748 async def sleep():
749 await asyncio.sleep(10)
750
751 async def coro():
752 task = self.new_task(loop, sleep())

Callers 15

exec_moduleMethod · 0.45
find_specMethod · 0.45
do_importMethod · 0.45
innerMethod · 0.45
asgiMethod · 0.45
test_kill_issue43884Method · 0.45
executeMethod · 0.45
check_stdout_outputMethod · 0.45

Calls 1

set_resultMethod · 0.45

Tested by

no test coverage detected