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

Function read_int

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

Source from the content-addressed store, hash-verified

365
366
367def read_int(data: ReadBuffer) -> int:
368 assert read_tag(data) == LITERAL_INT
369 return read_int_bare(data)
370
371
372def write_int(data: WriteBuffer, value: int) -> None:

Callers 15

readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
readMethod · 0.90
load_from_rawFunction · 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 1

load_treeFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…