MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / mktemp

Function mktemp

Lib/tempfile.py:342–369  ·  view source on GitHub ↗

User-callable function to return a unique temporary file name. The file is not created. Arguments are as for mkstemp, except that the 'text' argument is not accepted. This function is unsafe and should not be used. The file name refers to a file that did not exist at some poi

(suffix="", prefix=template, dir=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

commitMethod · 0.90
byte_compileFunction · 0.90
runMethod · 0.90

Calls 5

gettempdirFunction · 0.85
_get_candidate_namesFunction · 0.85
_existsFunction · 0.70
nextMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected