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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 84 abused_fileobject = response.fp
85 self.assertTrue(abused_fileobject.__class__ is socket._fileobject)
86 httpresponse = abused_fileobject._sock
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2net.py 84 abused_fileobject = response.fp
85 self.assertTrue(abused_fileobject.__class__ is socket._fileobject)
86 httpresponse = abused_fileobject._sock

Completed in 91 milliseconds