Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ find
Function
find
Lib/xml/etree/ElementPath.py:404–405 ·
view source on GitHub ↗
(elem, path, namespaces=None)
Source
from the content-addressed store, hash-verified
402
# Find first matching object.
403
404
def
find(elem, path, namespaces=None):
405
return
next(iterfind(elem, path, namespaces), None)
406
407
##
408
# Find all matching objects.
Callers
nothing calls this directly
Calls
2
next
Function · 0.85
iterfind
Function · 0.85
Tested by
no test coverage detected