Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
72
def
_(content: bytes, path):
73
path.write_bytes(content)
74
75
76
@create.register
Callers
nothing calls this directly
Calls
2
write_bytes
Method · 0.45
write_text
Method · 0.45
Tested by
no test coverage detected