ExpressionExactMatch

class ExpressionExactMatch(token, left=None, right=None)[source]

Methods

ExpressionExactMatch.__init__(token[, left, ...])

ExpressionExactMatch.handle_expr(hed_group)

Handles parsing the given expression, recursively down the list as needed.

Attributes

ExpressionExactMatch.__init__(token, left=None, right=None)[source]
ExpressionExactMatch.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.