Home
last modified time | relevance | path

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

/external/python/google-api-python-client/tests/
Dtest_mocks.py64 requestBuilder = RequestMockBuilder({}, check_unexpected=True)
/external/python/google-api-python-client/googleapiclient/
Dhttp.py1552 def __init__(self, responses, check_unexpected=False): argument
1566 self.check_unexpected = check_unexpected
1591 elif self.check_unexpected: