Home
last modified time | relevance | path

Searched refs:call_at (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/asyncio/
H A Dtimeouts.py70 self._timeout_handler = loop.call_at(when, self._on_timeout)
H A Devents.py266 def call_at(self, when, callback, *args, context=None): member in AbstractEventLoop
H A Dbase_events.py727 timer = self.call_at(self.time() + delay, callback, *args,
733 def call_at(self, when, callback, *args, context=None): member in BaseEventLoop
743 self._check_callback(callback, 'call_at')
/third_party/python/Lib/test/test_asyncio/
H A Dutils.py493 def call_at(self, when, callback, *args, context=None): member in TestLoop
495 return super().call_at(when, callback, *args, context=context)
H A Dtest_base_events.py279 self.loop.call_at(when, cb)
290 self.loop.call_at(None, cb)
305 loop.call_at(loop.time() + 60, cb)
309 loop.call_at(loop.time() + 60, cb)
1887 self.loop.call_at(self.loop.time() + 60, func)
H A Dtest_events.py1765 self.loop.call_at(self.loop.time() + .0, func)
2303 # call_at
2497 NotImplementedError, loop.call_at, f, f)

Completed in 12 milliseconds