Searched defs:token (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dquery_parser.py67 # reported as a token.
100 # all colons are escaped, it produces a TERM token whose value
102 # there are unescaped colons, it produces an FTERM token whose
104 # type, the action key, and the token that followed the last
113 # the escaped colon in a token. The colon is matching either a
115 # token or field. The part after the colon is attempting to
128 token = fields[-1]
134 t.type = self.reserved.get(token, "TERM")
135 t.value = token
147 t.value = (pkg_name, action_type, key, token)
170 def token(self): member in class:QueryLexer
[all...]

Completed in 10 milliseconds