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

Function _

Lib/test/test_importlib/_path.py:72–73  ·  view source on GitHub ↗
(content: bytes, path)

Source from the content-addressed store, hash-verified

70
71@create.register
72def _(content: bytes, path):
73 path.write_bytes(content)
74
75
76@create.register

Callers

nothing calls this directly

Calls 2

write_bytesMethod · 0.45
write_textMethod · 0.45

Tested by

no test coverage detected