Home
last modified time | relevance | path

Searched refs:gettempprefix (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dtempfile.py31 "TMP_MAX", "gettempprefix", # constants
291 def gettempprefix(): function
/third_party/python/Lib/test/
H A Dtest_tempfile.py147 "gettempprefix" : 1,
515 tempfile.gettempprefix(),
547 """Test gettempprefix()."""
550 # gettempprefix returns a nonempty prefix string
551 p = tempfile.gettempprefix()
562 # gettempprefix returns a usable prefix string
567 p = tempfile.gettempprefix() + "xxxxxx.xxx"

Completed in 4 milliseconds