MCPcopy Index your code
hub / github.com/python/cpython / read

Function read

Tools/gdb/libpython.py:654–655  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

652
653# Python implementation of location table parsing algorithm
654def read(it):
655 return ord(next(it))
656
657def read_varint(it):
658 b = read(it)

Callers 2

read_varintFunction · 0.70
parse_location_tableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…