MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / find

Function find

tools/python-3.11.9-amd64/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