MCPcopy Index your code
hub / github.com/python/cpython / gettempdirb

Function gettempdirb

Lib/tempfile.py:314–316  ·  view source on GitHub ↗

Returns tempfile.tempdir as bytes.

()

Source from the content-addressed store, hash-verified

312 return _os.fsdecode(_gettempdir())
313
314def gettempdirb():
315 """Returns tempfile.tempdir as bytes."""
316 return _os.fsencode(_gettempdir())
317
318def mkstemp(suffix=None, prefix=None, dir=None, text=False):
319 """User-callable function to create and return a unique temporary

Callers 1

_sanitize_paramsFunction · 0.85

Calls 1

_gettempdirFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…