/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ |
D | _time.py | 178 def call_at(self, behavior, time): member in StrictRealTime 209 def call_at(self, behavior, time): member in StrictFakeTime
|
D | __init__.py | 601 def call_at(self, behavior, time): member in Time
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 455 def call_at(self, when, callback, *args, context=None): member in TestLoop 457 return super().call_at(when, callback, *args, context=context)
|
D | test_base_events.py | 257 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)
|
D | test_events.py | 1830 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.py | 215 expiration_future = time.call_at(handler.expire, deadline)
|
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _time_test.py | 78 self._time.call_at(time_noter, self._time.time() + _QUANTUM)
|
/external/python/cpython3/Lib/asyncio/ |
D | events.py | 269 def call_at(self, when, callback, *args): member in AbstractEventLoop
|
D | base_events.py | 656 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/ |
D | asyncio-dev.rst | 54 :meth:`loop.call_at` methods) raise an exception if they are called
|
D | asyncio-llapi-index.rst | 95 * - :meth:`loop.call_at`
|
D | asyncio-eventloop.rst | 258 .. method:: loop.call_at(when, callback, *args, context=None) 1279 and :meth:`loop.call_at`.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 643 :meth:`loop.call_at() <asyncio.loop.call_at>`, and
|