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

Function read_str

mypy/cache.py:377–379  ·  view source on GitHub ↗
(data: ReadBuffer)

Source from the content-addressed store, hash-verified

375
376
377def read_str(data: ReadBuffer) -> str:
378 assert read_tag(data) == LITERAL_STR
379 return read_str_bare(data)
380
381
382def write_str(data: WriteBuffer, value: str) -> None:

Callers 15

readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
read_statementFunction · 0.90
read_parametersFunction · 0.90
read_type_paramsFunction · 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…