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

Function write_bytes

mypy/cache.py:392–394  ·  view source on GitHub ↗
(data: WriteBuffer, value: bytes)

Source from the content-addressed store, hash-verified

390
391
392def write_bytes(data: WriteBuffer, value: bytes) -> None:
393 write_tag(data, LITERAL_BYTES)
394 write_bytes_bare(data, value)
395
396
397def read_int_opt(data: ReadBuffer) -> int | None:

Callers 4

writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…