Searched refs:gettempprefix (Results 1 – 3 of 3) sorted by relevance
171 :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
519 tempfile.gettempprefix(),555 p = tempfile.gettempprefix()571 p = tempfile.gettempprefix() + "xxxxxx.xxx"
275 def gettempprefix(): function