Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1290
def
read(it):
1291
return
next(it)
1292
1293
def
read_varint(it):
1294
b = read(it)
Callers
9
assert_races_do_not_crash
Method · 0.70
read_varint
Function · 0.70
parse_location_table
Function · 0.70
test_func_16
Method · 0.70
test_bound_methods
Method · 0.70
main
Function · 0.50
load
Method · 0.50
uu_encode
Function · 0.50
_recv
Method · 0.50
Calls
1
next
Function · 0.85
Tested by
no test coverage detected