Home
last modified time | relevance | path

Searched refs:NotIn (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Python/
H A Dast_opt.c79 op = NotIn; in fold_unaryop()
81 case NotIn: in fold_unaryop()
620 if (op == In || op == NotIn) { in fold_compare()
H A Dast_unparse.c503 case NotIn: in append_ast_compare()
H A DPython-ast.c1634 "cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn"); in init_types()
1691 state->NotIn_type = make_type(state, "NotIn", state->cmpop_type, NULL, 0, in init_types()
1692 "NotIn"); in init_types()
4851 case NotIn: in ast2obj_cmpop()
10205 *out = NotIn; in obj2ast_cmpop()
12219 if (PyModule_AddObjectRef(m, "NotIn", state->NotIn_type) < 0) { in astmodule_exec()
H A Dcompile.c2880 case NotIn: in compiler_addcompare()
/third_party/python/Include/internal/
H A Dpycore_ast.h32 In=9, NotIn=10 } cmpop_ty; enumerator
/third_party/python/Parser/
H A Dparser.c12212 _res = _PyPegen_cmpop_expr_pair ( p , NotIn , a ); in notin_bitwise_or_rule()
[all...]

Completed in 67 milliseconds