Searched defs:call_later (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | asyncio-eventloop.rst | 1632 .. _asyncio_example_watch_fd:
|
/external/python/cpython3/Lib/asyncio/ |
D | events.py | 264 def call_later(self, delay, callback, *args, context=None): member in AbstractEventLoop
|
D | base_events.py | 702 def call_later(self, delay, callback, *args, context=None): member in BaseEventLoop
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_tasks.py | 1812 def call_later(delay, callback, *args): function
|