MCPcopy Index your code
hub / github.com/RustPython/RustPython / gettempprefixb

Function gettempprefixb

Lib/tempfile.py:296–298  ·  view source on GitHub ↗

The default prefix for temporary directories as bytes.

()

Source from the content-addressed store, hash-verified

294 return _os.fsdecode(template)
295
296def gettempprefixb():
297 """The default prefix for temporary directories as bytes."""
298 return _os.fsencode(template)
299
300tempdir = None
301

Callers

nothing calls this directly

Calls 1

fsencodeMethod · 0.80

Tested by

no test coverage detected