Searched refs:gettempprefix (Results 1 – 8 of 8) sorted by relevance
147 :func:`gettempprefix` or :func:`gettempprefixb`, as appropriate.233 .. function:: gettempprefix()240 Same as :func:`gettempprefix` but the return value is in bytes.257 functions except :func:`gettempprefix` it is initialized following the
277 def gettempprefix(): function283 return _os.fsencode(gettempprefix())
238 Use :func:`gettempprefix` instead.250 .. function:: gettempprefix()
124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None,
501 tempfile.gettempprefix(),537 p = tempfile.gettempprefix()553 p = tempfile.gettempprefix() + "xxxxxx.xxx"
262 def gettempprefix(): function
483 p = tempfile.gettempprefix()494 p = tempfile.gettempprefix() + "xxxxxx.xxx"