Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ summarize_list
Function
summarize_list
Lib/test/test_xml_etree.py:180–181 ·
view source on GitHub ↗
(seq)
Source
from the content-addressed store, hash-verified
178
return
file
179
180
def
summarize_list(seq):
181
return
[elem.tag
for
elem in seq]
182
183
184
class
ElementTestCase:
Callers
11
test_children
Method · 0.85
test_bug_xmltoolkit28
Method · 0.85
test_bug_200709_element_insert
Method · 0.85
test_bug_200709_iter_comment
Method · 0.85
test_issue6565
Method · 0.85
test_findall
Method · 0.85
test_test_find_with_ns
Method · 0.85
test_findall_wildcard
Method · 0.85
test_find_through_ElementTree
Method · 0.85
_ilist
Method · 0.85
test_iter_by_tag
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…