Home
last modified time | relevance | path

Searched refs:_findAllDescendants (Results 1 – 3 of 3) sorted by relevance

/dports/accessibility/py-atspi/pyatspi-2.38.1/pyatspi/
H A Dutils.py265 _findAllDescendants(acc, pred, matches)
268 def _findAllDescendants(acc, pred, matches): function
278 _findAllDescendants(child, pred, matches)
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dscript_utilities.py2499 def _findAllDescendants(self, root, includeIf, excludeIf, matches): member in Utilities
2522 self._findAllDescendants(child, includeIf, excludeIf, matches)
2526 self._findAllDescendants(root, includeIf, excludeIf, matches)
/dports/accessibility/orca/orca-41.1/
H A DChangeLog9119 Make our new _findAllDescendants() more robust against defunct objects