Home
last modified time | relevance | path

Searched refs:GtE (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast.h31 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator
/third_party/python/Python/
H A Dast_unparse.c491 case GtE: in append_ast_compare()
H A Dast_opt.c90 case GtE: in fold_unaryop()
H A Dcompile.c2868 case GtE: in compiler_addcompare()
6654 ADDOP_COMPARE(c, GtE); in compiler_pattern_mapping()
6949 ADDOP_COMPARE(c, GtE); in compiler_pattern_sequence()
H A DPython-ast.c1634 "cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn"); in init_types()
1667 state->GtE_type = make_type(state, "GtE", state->cmpop_type, NULL, 0, in init_types()
1668 "GtE"); in init_types()
4839 case GtE: in ast2obj_cmpop()
10173 *out = GtE; in obj2ast_cmpop()
12207 if (PyModule_AddObjectRef(m, "GtE", state->GtE_type) < 0) { in astmodule_exec()
/third_party/python/Lib/test/
H A Dtest_ast.py752 self.assertEqual(ast.GtE.__doc__, "GtE")
754 self.assertEqual(ast.cmpop.__doc__, "cmpop = Eq | NotEq | Lt | LtE | Gt | GtE | Is | IsNot | In | NotIn")
/third_party/python/Parser/
H A Dparser.c12115 _res = _PyPegen_cmpop_expr_pair ( p , GtE , a ); in gte_bitwise_or_rule()
[all...]

Completed in 72 milliseconds