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.rst922 .. _asyncio-watch-read-event:
/external/python/cpython3/Lib/asyncio/
Devents.py266 def call_later(self, delay, callback, *args): member in AbstractEventLoop
Dbase_events.py526 def call_later(self, delay, callback, *args): member in BaseEventLoop
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_tasks.py1218 def call_later(delay, callback, *args): function