Home
last modified time | relevance | path

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

/external/python/httplib2/python2/
Dhttplib2test.py163 class _MyResponse(StringIO.StringIO): class
205 return _MyResponse("the body", status="200")
/external/python/httplib2/python3/
Dhttplib2test.py152 class _MyResponse(io.BytesIO): class
197 return _MyResponse(b"the body", status="200")