/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/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _handler.py | 215 expiration_future = time.call_at(handler.expire, deadline)
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | utils.py | 466 def call_at(self, when, callback, *args, context=None): member in TestLoop 468 return super().call_at(when, callback, *args, context=context)
|
D | test_base_events.py | 278 self.loop.call_at(when, cb) 302 loop.call_at(loop.time() + 60, cb) 306 loop.call_at(loop.time() + 60, cb) 1903 self.loop.call_at(self.loop.time() + 60, func)
|
D | test_events.py | 1703 self.loop.call_at(self.loop.time() + .0, func) 2447 NotImplementedError, loop.call_at, f, f)
|
/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 | 267 def call_at(self, when, callback, *args): member in AbstractEventLoop
|
D | base_events.py | 714 timer = self.call_at(self.time() + delay, callback, *args, 720 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 | 276 .. method:: loop.call_at(when, callback, *args, context=None) 1372 and :meth:`loop.call_at`.
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 648 :meth:`loop.call_at() <asyncio.loop.call_at>`, and
|