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

Function write_int

mypy/cache.py:372–374  ·  view source on GitHub ↗
(data: WriteBuffer, value: int)

Source from the content-addressed store, hash-verified

370
371
372def write_int(data: WriteBuffer, value: int) -> None:
373 write_tag(data, LITERAL_INT)
374 write_int_bare(data, value)
375
376
377def read_str(data: ReadBuffer) -> str:

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
write_parse_errorFunction · 0.90
writeMethod · 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…