Home
last modified time | relevance | path

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

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