Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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
410
def
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
list
Class · 0.85
iterfind
Function · 0.85
Tested by
no test coverage detected