Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/Vim/
Dvim_syntax.py30 boolean_ops = ('and', 'in', 'is', 'not', 'or') variable
84 if kw not in (looping + conditionals + boolean_ops +
95 ("Operator", "pythonOperator", "keyword", boolean_ops),