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.rst1541 .. _asyncio_example_watch_fd:
/external/python/cpython3/Lib/asyncio/
Devents.py266 def call_later(self, delay, callback, *args): member in AbstractEventLoop
Dbase_events.py640 def call_later(self, delay, callback, *args, context=None): member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py1376 def call_later(delay, callback, *args): function