Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _
Function
_
Lib/test/test_importlib/metadata/_path.py:77–78 ·
view source on GitHub ↗
(content: bytes, path: TreeMaker)
Source
from the content-addressed store, hash-verified
75
76
@create.register
77
def
_(content: bytes, path: TreeMaker) -> None:
78
path.write_bytes(content)
79
80
81
@create.register
Callers
nothing calls this directly
Calls
3
write_bytes
Method · 0.45
write_text
Method · 0.45
symlink_to
Method · 0.45
Tested by
no test coverage detected