Home
last modified time | relevance | path

Searched refs:_TemporaryFileWrapper (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/urllib/
Dresponse.py14 class addbase(tempfile._TemporaryFileWrapper):
/third_party/python/Lib/test/
Dtest_urllib_response.py19 self.assertIsInstance(addbase, tempfile._TemporaryFileWrapper)
/third_party/python/Lib/
Dtempfile.py459 class _TemporaryFileWrapper: class
558 return _TemporaryFileWrapper(file, name, delete)
/third_party/python/Misc/NEWS.d/
D3.5.0a1.rst3884 urllib.response object to use _TemporaryFileWrapper (and
/third_party/python/Misc/
DHISTORY1948 - Issue #15002: urllib.response object to use _TemporaryFileWrapper (and