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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 81 "gettempprefix" : 1,
393 """Test gettempprefix()."""
396 # gettempprefix returns a nonempty prefix string
397 p = tempfile.gettempprefix()
403 # gettempprefix returns a usable prefix string
408 p = tempfile.gettempprefix() + "xxxxxx.xxx"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 81 "gettempprefix" : 1,
393 """Test gettempprefix()."""
396 # gettempprefix returns a nonempty prefix string
397 p = tempfile.gettempprefix()
403 # gettempprefix returns a usable prefix string
408 p = tempfile.gettempprefix() + "xxxxxx.xxx"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 25 "TMP_MAX", "gettempprefix", # constants
252 def gettempprefix(): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 25 "TMP_MAX", "gettempprefix", # constants
252 def gettempprefix(): function

Completed in 531 milliseconds