Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dgettext.py103 _binary_ops = ( variable
111 _binary_ops = {op: i for i, ops in enumerate(_binary_ops, 1) for op in ops} variable