MCPcopy
hub / github.com/python/mypy / write_str

Function write_str

mypy/cache.py:382–384  ·  view source on GitHub ↗
(data: WriteBuffer, value: str)

Source from the content-addressed store, hash-verified

380
381
382def write_str(data: WriteBuffer, value: str) -> None:
383 write_tag(data, LITERAL_STR)
384 write_str_bare(data, value)
385
386
387def read_bytes(data: ReadBuffer) -> bytes:

Callers 15

writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.90
writeMethod · 0.90
write_parse_errorFunction · 0.90
writeMethod · 0.90
writeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…