ExpressionDescendantGroup¶
- class ExpressionDescendantGroup(token, left=None, right=None)[source]
Methods
|
|
|
Handles parsing the given expression, recursively down the list as needed. |
Attributes
- ExpressionDescendantGroup.__init__(token, left=None, right=None)¶
- ExpressionDescendantGroup.handle_expr(hed_group, exact=False)[source]¶
Handles parsing the given expression, recursively down the list as needed.
BaseClass implementation is search terms.
- Parameters:
hed_group (HedGroup) – The object to search
exact (bool) – If True, we are only looking for groups containing this term directly, not descendants.