Searched defs:NotIn (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Include/internal/ | ||
| D | pycore_ast.h | 32 In=9, NotIn=10 } cmpop_ty; enumerator |
| /external/python/cpython2/Include/ | ||
| D | Python-ast.h | 25 In=9, NotIn=10 } cmpop_ty; enumerator |