Home
last modified time | relevance | path

Searched refs:strict_fake_time (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py648 def strict_fake_time(now): function
/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_time_test.py160 self._time = grpc_testing.strict_fake_time(
D_server_test.py31 self._fake_time = grpc_testing.strict_fake_time(time.time())
D_client_test.py43 self._fake_time = grpc_testing.strict_fake_time(time.time())