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

Function mkdtemp

Lib/tempfile.py:311–340  ·  view source on GitHub ↗

User-callable function to create and return a unique temporary directory. The return value is the pathname of the directory. Arguments are as for mkstemp, except that the 'text' argument is not accepted. The directory is readable, writable, and searchable only by the creating

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

gettempdirFunction · 0.85
_get_candidate_namesFunction · 0.85
nextMethod · 0.45
joinMethod · 0.45
mkdirMethod · 0.45

Tested by

no test coverage detected