Lines Matching defs:mkstemp
12 >>> tempfile.mkstemp()
29 "mkstemp", "mkdtemp", # low level safe interfaces
244 """Code common to mkstemp, TemporaryFile, and NamedTemporaryFile."""
254 _sys.audit("tempfile.mkstemp", file)
321 def mkstemp(suffix=None, prefix=None, dir=None, text=False):
364 Arguments are as for mkstemp, except that the 'text' argument is
404 Arguments are similar to mkstemp, except that the 'text' argument is
543 'prefix', 'suffix', 'dir' -- as for mkstemp.
550 The file is created as mkstemp() would do it.
611 'prefix', 'suffix', 'dir' -- as for mkstemp.
617 The file is created as mkstemp() would do it.