Home
last modified time | relevance | path

Searched refs:Add_type (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast_state.h17 PyObject *Add_type; member
/third_party/python/Python/
DPython-ast.c31 Py_CLEAR(state->Add_type); in _PyAST_Fini()
1500 state->Add_type = make_type(state, "Add", state->operator_type, NULL, 0, in init_types()
1502 if (!state->Add_type) return 0; in init_types()
1503 state->Add_singleton = PyType_GenericNew((PyTypeObject *)state->Add_type, in init_types()
9663 isinstance = PyObject_IsInstance(obj, state->Add_type); in obj2ast_operator()
11825 if (PyModule_AddObjectRef(m, "Add", state->Add_type) < 0) { in astmodule_exec()