Home
last modified time | relevance | path

Searched defs:call_later (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Doc/library/
Dasyncio-eventloop.rst1632 .. _asyncio_example_watch_fd:
/external/python/cpython3/Lib/asyncio/
Devents.py264 def call_later(self, delay, callback, *args, context=None): member in AbstractEventLoop
Dbase_events.py702 def call_later(self, delay, callback, *args, context=None): member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py1812 def call_later(delay, callback, *args): function