MCPcopy Index your code
hub / github.com/RustPython/RustPython / read

Function read

Lib/test/test_code.py:1290–1291  ·  view source on GitHub ↗
(it)

Source from the content-addressed store, hash-verified

1288
1289# Python implementation of location table parsing algorithm
1290def read(it):
1291 return next(it)
1292
1293def read_varint(it):
1294 b = read(it)

Callers 9

read_varintFunction · 0.70
parse_location_tableFunction · 0.70
test_func_16Method · 0.70
test_bound_methodsMethod · 0.70
mainFunction · 0.50
loadMethod · 0.50
uu_encodeFunction · 0.50
_recvMethod · 0.50

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected