Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dgettext.py101 _binary_ops = ( variable
109 _binary_ops = {op: i for i, ops in enumerate(_binary_ops, 1) for op in ops} variable
135 while nexttok in _binary_ops:
136 i = _binary_ops[nexttok]
/external/python/cpython3/Lib/
Dgettext.py103 _binary_ops = ( variable
111 _binary_ops = {op: i for i, ops in enumerate(_binary_ops, 1) for op in ops} variable
137 while nexttok in _binary_ops:
138 i = _binary_ops[nexttok]