Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ findall
Function
findall
tools/python-3.11.9-amd64/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
Function · 0.85
iterfind
Function · 0.85
Tested by
no test coverage detected