Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ find_block
Function
find_block
Lib/test/test_symtable.py:174–177 ·
view source on GitHub ↗
(block, name)
Source
from the content-addressed store, hash-verified
172
173
174
def
find_block(block, name):
175
for
ch in block.get_children():
176
if
ch.get_name() == name:
177
return
ch
178
179
180
class
SymtableTest(unittest.TestCase):
Callers
4
SymtableTest
Class · 0.85
test_class_get_methods
Method · 0.85
check_body
Method · 0.85
test_bytes
Method · 0.85
Calls
2
get_children
Method · 0.45
get_name
Method · 0.45
Tested by
no test coverage detected