Home
last modified time | relevance | path

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

/external/python/google-api-python-client/googleapiclient/
Derrors.py162 class UnexpectedMethodError(Error): class
168 super(UnexpectedMethodError, self).__init__(
Dhttp.py66 from googleapiclient.errors import UnexpectedMethodError
1666 raise UnexpectedMethodError(methodId=methodId)
/external/python/google-api-python-client/tests/
Dtest_mocks.py31 from googleapiclient.errors import UnexpectedMethodError
72 except UnexpectedMethodError:
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt179 googleapiclient.errors.UnexpectedMethodError googleapiclient.errors.UnexpectedMethodError-class.html
180 googleapiclient.errors.UnexpectedMethodError.__init__ googleapiclient.errors.UnexpectedMethodError-…