HomeSort by relevance Sort by last modified time
    Searched full:_binary_ops (Results 1 - 1 of 1) sorted by null

  /external/python/cpython2/Lib/
gettext.py 101 _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]

Completed in 79 milliseconds