Home
last modified time | relevance | path

Searched refs:call_at (Results 1 – 13 of 13) sorted by relevance

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_time.py178 def call_at(self, behavior, time): member in StrictRealTime
209 def call_at(self, behavior, time): member in StrictFakeTime
D__init__.py601 def call_at(self, behavior, time): member in Time
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py455 def call_at(self, when, callback, *args, context=None): member in TestLoop
457 return super().call_at(when, callback, *args, context=context)
Dtest_base_events.py257 self.loop.call_at(when, cb)
281 loop.call_at(loop.time() + 60, cb)
285 loop.call_at(loop.time() + 60, cb)
1825 self.loop.call_at(self.loop.time() + 60, func)
Dtest_events.py1830 self.loop.call_at(self.loop.time() + .0, func)
2986 NotImplementedError, loop.call_at, f, f)
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_handler.py215 expiration_future = time.call_at(handler.expire, deadline)
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_time_test.py78 self._time.call_at(time_noter, self._time.time() + _QUANTUM)
/external/python/cpython3/Lib/asyncio/
Devents.py269 def call_at(self, when, callback, *args): member in AbstractEventLoop
Dbase_events.py656 timer = self.call_at(self.time() + delay, callback, *args,
662 def call_at(self, when, callback, *args, context=None): member in BaseEventLoop
/external/python/cpython3/Doc/library/
Dasyncio-dev.rst54 :meth:`loop.call_at` methods) raise an exception if they are called
Dasyncio-llapi-index.rst95 * - :meth:`loop.call_at`
Dasyncio-eventloop.rst258 .. method:: loop.call_at(when, callback, *args, context=None)
1279 and :meth:`loop.call_at`.
/external/python/cpython3/Doc/whatsnew/
D3.7.rst643 :meth:`loop.call_at() <asyncio.loop.call_at>`, and