MCPcopy Index your code
hub / github.com/python/cpython / 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 1

iterfindFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…