Home
last modified time | relevance | path

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

/external/python/google-api-python-client/tests/
Dtest_discovery.py533 def import_mock(name, *args, **kwargs): function
542 with mock.patch(import_fullname, side_effect=import_mock):