Home
last modified time | relevance | path

Searched defs:call_at (Results 1 – 5 of 5) 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
/external/python/cpython3/Lib/asyncio/
Devents.py269 def call_at(self, when, callback, *args): member in AbstractEventLoop
Dbase_events.py662 def call_at(self, when, callback, *args, context=None): member in BaseEventLoop