MCPcopy 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
180def summarize_list(seq):
181 return [elem.tag for elem in seq]
182
183
184class ElementTestCase:

Callers 11

test_childrenMethod · 0.85
test_bug_xmltoolkit28Method · 0.85
test_issue6565Method · 0.85
test_findallMethod · 0.85
test_findall_wildcardMethod · 0.85
_ilistMethod · 0.85
test_iter_by_tagMethod · 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…