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.py141 class UnexpectedMethodError(Error): class
147 super(UnexpectedMethodError, self).__init__(
Dhttp.py66 from googleapiclient.errors import UnexpectedMethodError
1592 raise UnexpectedMethodError(methodId=methodId)
/external/python/google-api-python-client/tests/
Dtest_mocks.py31 from googleapiclient.errors import UnexpectedMethodError
71 except UnexpectedMethodError:
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt158 googleapiclient.errors.UnexpectedMethodError googleapiclient.errors.UnexpectedMethodError-class.html
159 googleapiclient.errors.UnexpectedMethodError.__init__ googleapiclient.errors.UnexpectedMethodError-…