Home
last modified time | relevance | path

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

/external/python/oauth2client/oauth2client/
Dtransport.py126 from oauth2client.client import NonAsciiHeaderError
127 raise NonAsciiHeaderError(k, ': ', v)
Dclient.py169 class NonAsciiHeaderError(Error): class
/external/python/oauth2client/tests/
Dtest_transport.py111 with self.assertRaises(client.NonAsciiHeaderError):
Dtest_client.py1023 with self.assertRaises(client.NonAsciiHeaderError):
1050 with self.assertRaises(client.NonAsciiHeaderError):