phml.utilities.locate
utilities.find
Collection of utilities centered around finding nodes in an ast.
1"""utilities.find 2 3Collection of utilities centered around finding nodes in an ast. 4""" 5 6from .find import * 7from .select import * 8 9# __all__ = [ 10# "ancestor", 11# "find", 12# "find_all", 13# "find_after", 14# "find_all_after", 15# "find_all_before", 16# "find_before", 17# "find_all_between", 18# "query", 19# "queryAll", 20# "matches", 21# "query", 22# "queryAll", 23# "matches" 24# ]