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

Function _temp_file

Lib/importlib/resources/_common.py:148–149  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

146
147
148def _temp_file(path):
149 return _tempfile(path.read_bytes, suffix=path.name)
150
151
152def _is_present_dir(path: Traversable) -> bool:

Callers 1

as_fileFunction · 0.85

Calls 1

_tempfileFunction · 0.85

Tested by

no test coverage detected