Home
last modified time | relevance | path

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

/dports/math/py-patsy/patsy-0.5.2/patsy/
H A Dconstraint.py163 def _token_maker(type, string): function
186 (lparen_re, _token_maker(Token.LPAREN, string)),
187 (rparen_re, _token_maker(Token.RPAREN, string)),
188 (op_re, _token_maker("__OP__", string)),
189 (variable_re, _token_maker("VARIABLE", string)),
190 (num_re, _token_maker("NUMBER", string)),