HomeSort by relevance Sort by last modified time
    Searched refs:_MyResponse (Results 1 - 2 of 2) sorted by null

  /external/python/httplib2/python2/
httplib2test.py 163 class _MyResponse(StringIO.StringIO):
205 return _MyResponse("the body", status="200")
    [all...]
  /external/python/httplib2/python3/
httplib2test.py 152 class _MyResponse(io.BytesIO):
197 return _MyResponse(b"the body", status="200")
    [all...]

Completed in 49 milliseconds