Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Misc/Vim/
Dvim_syntax.py30 boolean_ops = ('and', 'in', 'is', 'not', 'or') variable
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcommon.py272 def boolean_ops(): function