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.py183 def call_at(self, behavior, time): member in StrictRealTime
213 def call_at(self, behavior, time): member in StrictFakeTime
D__init__.py603 def call_at(self, behavior, time): member in Time
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py502 def call_at(self, when, callback, *args, context=None): member in TestLoop
/external/python/cpython3/Lib/asyncio/
Devents.py284 def call_at(self, when, callback, *args, context=None): member in AbstractEventLoop
Dbase_events.py800 def call_at(self, when, callback, *args, context=None): member in BaseEventLoop