Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ find_block
Function
find_block
Lib/test/test_symtable.py:175–178 ·
view source on GitHub ↗
(block, name)
Source
from the content-addressed store, hash-verified
173
174
175
def
find_block(block, name):
176
for
ch in block.get_children():
177
if
ch.get_name() == name:
178
return
ch
179
180
181
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…