Home
last modified time | relevance | path

Searched refs:gettempdirb (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/test/
Dtest_tempfile.py404 dir = tempfile.gettempdirb()
425 dir_b = tempfile.gettempdirb()
588 for d in (tempfile.gettempdir(), tempfile.gettempdirb()):
607 c = tempfile.gettempdirb()
637 dir = tempfile.gettempdirb()
666 d = tempfile.gettempdirb()
698 tempfile.tempdir = tempfile.gettempdirb()
701 self.assertIsInstance(tempfile.gettempdirb(), bytes)
734 dir = tempfile.gettempdirb()
758 d = tempfile.gettempdirb()
[all …]
/third_party/python/Lib/
Dtempfile.py128 dir = gettempdirb()
301 def gettempdirb(): function
/third_party/python/Doc/library/
Dtempfile.rst265 .. function:: gettempdirb()
/third_party/python/Misc/NEWS.d/
D3.10.0a7.rst705 :func:`tempfile.gettempdirb()` functions *always* return ``str`` and