MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / gettempdirb

Function gettempdirb

tools/python-3.11.9-amd64/Lib/tempfile.py:318–320  ·  view source on GitHub ↗

Returns tempfile.tempdir as bytes.

()

Source from the content-addressed store, hash-verified

316 return _os.fsdecode(_gettempdir())
317
318def gettempdirb():
319 """Returns tempfile.tempdir as bytes."""
320 return _os.fsencode(_gettempdir())
321
322def mkstemp(suffix=None, prefix=None, dir=None, text=False):
323 """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