Function
findall
(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
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…