HomeSort by relevance Sort by last modified time
    Searched full:gettempdirb (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Lib/test/
test_tempfile.py 129 "gettempdirb" : 1,
382 dir = tempfile.gettempdirb()
403 dir_b = tempfile.gettempdirb()
565 for d in (tempfile.gettempdir(), tempfile.gettempdirb()):
585 c = tempfile.gettempdirb()
615 dir = tempfile.gettempdirb()
644 d = tempfile.gettempdirb()
680 dir = tempfile.gettempdirb()
704 d = tempfile.gettempdirb()
    [all...]
  /external/python/cpython3/Lib/
tempfile.py 33 "gettempprefixb", "gettempdirb",
132 dir = gettempdirb()
301 def gettempdirb(): function
  /external/python/cpython3/Doc/library/
tempfile.rst 227 .. function:: gettempdirb()

Completed in 140 milliseconds