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