Searched refs:cmpop_type (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_ast_state.h | 179 PyObject *cmpop_type; member
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 198 Py_CLEAR(state->cmpop_type); in _PyAST_Fini() 3046 PyObject *type = state->cmpop_type; in add_ast_annotations() 6089 state->cmpop_type = make_type(state, "cmpop", state->AST_type, NULL, 0, in init_types() 6091 if (!state->cmpop_type) return -1; in init_types() 6092 if (add_attributes(state, state->cmpop_type, NULL, 0) < 0) return -1; in init_types() 6093 state->Eq_type = make_type(state, "Eq", state->cmpop_type, NULL, 0, in init_types() 6099 state->NotEq_type = make_type(state, "NotEq", state->cmpop_type, NULL, 0, in init_types() 6105 state->Lt_type = make_type(state, "Lt", state->cmpop_type, NULL, 0, in init_types() 6111 state->LtE_type = make_type(state, "LtE", state->cmpop_type, NULL, 0, in init_types() 6117 state->Gt_type = make_type(state, "Gt", state->cmpop_type, NULL, 0, in init_types() [all …]
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 16128 …<var-decl name='cmpop_type' type-id='type-id-4' visibility='default' filepath='./Include/internal/…
|