MCPcopy 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
404def 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

nextFunction · 0.85
iterfindFunction · 0.85

Tested by

no test coverage detected