Home
last modified time | relevance | path

Searched refs:gettempprefix (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/library/
Dtempfile.rst171 :func:`gettempprefix` or :func:`gettempprefixb`, as appropriate.
271 .. function:: gettempprefix()
278 Same as :func:`gettempprefix` but the return value is in bytes.
297 functions except :func:`gettempprefix` it is initialized following the
/third_party/python/Lib/test/
Dtest_tempfile.py519 tempfile.gettempprefix(),
555 p = tempfile.gettempprefix()
571 p = tempfile.gettempprefix() + "xxxxxx.xxx"
/third_party/python/Lib/
Dtempfile.py275 def gettempprefix(): function