Searched refs:operator_type (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 222 PyObject *operator_type; member
|
/third_party/python/Python/ |
H A D | Python-ast.c | 235 Py_CLEAR(state->operator_type); in _PyAST_Fini() 1508 state->operator_type = make_type(state, "operator", state->AST_type, NULL, in init_types() 1511 if (!state->operator_type) return 0; in init_types() 1512 if (!add_attributes(state, state->operator_type, NULL, 0)) return 0; in init_types() 1513 state->Add_type = make_type(state, "Add", state->operator_type, NULL, 0, in init_types() 1519 state->Sub_type = make_type(state, "Sub", state->operator_type, NULL, 0, in init_types() 1525 state->Mult_type = make_type(state, "Mult", state->operator_type, NULL, 0, in init_types() 1531 state->MatMult_type = make_type(state, "MatMult", state->operator_type, in init_types() 1539 state->Div_type = make_type(state, "Div", state->operator_type, NULL, 0, in init_types() 1545 state->Mod_type = make_type(state, "Mod", state->operator_type, NUL in init_types() [all...] |
Completed in 8 milliseconds