Home
last modified time | relevance | path

Searched refs:TemporalOperatorLexer (Results 1 – 1 of 1) sorted by relevance

/dports/databases/grass7/grass-7.8.6/lib/python/temporal/
H A Dtemporal_operator.py150 class TemporalOperatorLexer(object): class
243 if t.value in TemporalOperatorLexer.relations.keys():
244 t.type = TemporalOperatorLexer.relations.get(t.value)
290 self.lexer = TemporalOperatorLexer()
328 tokens = TemporalOperatorLexer.tokens