Searched defs:call_at (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ | ||
D | _time.py | 178 def call_at(self, behavior, time): member in StrictRealTime |
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 |
/external/python/cpython3/Lib/asyncio/ | ||
D | events.py | 269 def call_at(self, when, callback, *args): member in AbstractEventLoop |
D | base_events.py | 662 def call_at(self, when, callback, *args, context=None): member in BaseEventLoop |