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

Method call_later

Lib/test/test_asyncio/test_tasks.py:1805–1808  ·  view source on GitHub ↗
(delay, callback, *args)

Source from the content-addressed store, hash-verified

1803 orig_call_later = loop.call_later
1804
1805 def call_later(delay, callback, *args):
1806 nonlocal handle
1807 handle = orig_call_later(delay, callback, *args)
1808 return handle
1809
1810 loop.call_later = call_later
1811 test_utils.run_briefly(loop)

Callers 15

sleep_n_crashMethod · 0.45
mainMethod · 0.45
test_interrupt_waitMethod · 0.45
test_call_laterMethod · 0.45
test_closeMethod · 0.45
test_call_laterMethod · 0.45
check_threadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected