Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ write_bytes
Method
write_bytes
Lib/test/test_importlib/_path.py:28–29 ·
view source on GitHub ↗
(self, content)
Source
from the content-addressed store, hash-verified
26
...
# pragma: no cover
27
28
def
write_bytes(self, content):
29
...
# pragma: no cover
30
31
32
def
_ensure_tree_maker(obj: Union[str, TreeMaker]) -> TreeMaker:
Callers
4
__exit__
Method · 0.45
_
Function · 0.45
test_write_bytes
Method · 0.45
extract_from_snapshots
Function · 0.45
Calls
no outgoing calls
Tested by
3
__exit__
Method · 0.36
test_write_bytes
Method · 0.36
extract_from_snapshots
Function · 0.36