MCPcopy Index your code
hub / github.com/python/cpython / write_bytes

Method write_bytes

Lib/test/test_importlib/metadata/_path.py:28–28  ·  view source on GitHub ↗
(self, content, /)

Source from the content-addressed store, hash-verified

26 def mkdir(self, *, exist_ok) -> object: ...
27 def write_text(self, content, /, *, encoding) -> object: ...
28 def write_bytes(self, content, /) -> object: ...
29 def symlink_to(self, target, /) -> object: ...
30
31

Callers 6

__exit__Method · 0.45
_Function · 0.45
test_write_bytesMethod · 0.45
test_po_with_bomMethod · 0.45
extract_from_snapshotsFunction · 0.45
test_write_bytesMethod · 0.45

Calls

no outgoing calls

Tested by 5

__exit__Method · 0.36
test_write_bytesMethod · 0.36
test_po_with_bomMethod · 0.36
extract_from_snapshotsFunction · 0.36
test_write_bytesMethod · 0.36