We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5c509 commit 9e2442dCopy full SHA for 9e2442d
1 file changed
hed/models/query_util.py
@@ -94,7 +94,6 @@ class Token:
94
ExactMatch = 11
95
ExactMatchEnd = 12
96
ExactMatchOptional = 14
97
- NotInLine = 13 # Reserved constant. The @tag prefix is handled in Expression.__init__, not as a token kind.
98
99
def __init__(self, text):
100
"""Initialize a token for query parsing.
0 commit comments