Searched refs:Add_type (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Include/internal/ |
D | pycore_ast_state.h | 21 PyObject *Add_type; member
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 40 Py_CLEAR(state->Add_type); in _PyAST_Fini() 3645 cond = PyObject_SetAttrString(state->Add_type, "_field_types", in add_ast_annotations() 3651 cond = PyObject_SetAttrString(state->Add_type, "__annotations__", in add_ast_annotations() 5969 state->Add_type = make_type(state, "Add", state->operator_type, NULL, 0, in init_types() 5971 if (!state->Add_type) return -1; in init_types() 5972 state->Add_singleton = PyType_GenericNew((PyTypeObject *)state->Add_type, in init_types() 14986 isinstance = PyObject_IsInstance(obj, state->Add_type); in obj2ast_operator() 17433 if (PyModule_AddObjectRef(m, "Add", state->Add_type) < 0) { in astmodule_exec()
|
/external/python/cpython3/Doc/data/ |
D | python3.13.abi | 15654 …<var-decl name='Add_type' type-id='type-id-4' visibility='default' filepath='./Include/internal/py…
|