MCPcopy 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
77def _(content: bytes, path: TreeMaker) -> None:
78 path.write_bytes(content)
79
80
81@create.register

Callers

nothing calls this directly

Calls 3

write_bytesMethod · 0.45
write_textMethod · 0.45
symlink_toMethod · 0.45

Tested by

no test coverage detected