Home | History | Annotate | Download | only in Lib

Lines Matching defs:mkstemp

12     >>> tempfile.mkstemp()
29 "mkstemp", "mkdtemp", # low level safe interfaces
250 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
305 def mkstemp(suffix=None, prefix=None, dir=None, text=False):
349 Arguments are as for mkstemp, except that the 'text' argument is
388 Arguments are similar to mkstemp, except that the 'text' argument is
527 'prefix', 'suffix', 'dir' -- as for mkstemp.
533 The file is created as mkstemp() would do it.
576 'prefix', 'suffix', 'dir' -- as for mkstemp.
581 The file is created as mkstemp() would do it.