MCPcopy Index your code
hub / github.com/python/cpython / findall

Function findall

Lib/xml/etree/ElementPath.py:410–411  ·  view source on GitHub ↗
(elem, path, namespaces=None)

Source from the content-addressed store, hash-verified

408# Find all matching objects.
409
410def findall(elem, path, namespaces=None):
411 return list(iterfind(elem, path, namespaces))
412
413##
414# Find text for first matching object.

Callers

nothing calls this directly

Calls 2

listClass · 0.85
iterfindFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…