Home
last modified time | relevance | path

Searched refs:UAdd_singleton (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ast_state.h138 PyObject *UAdd_singleton; member
/external/python/cpython2/Python/
DPython-ast.c324 static PyObject *Invert_singleton, *Not_singleton, *UAdd_singleton, variable
900 UAdd_singleton = PyType_GenericNew(UAdd_type, NULL, NULL); in init_types()
901 if (!UAdd_singleton) return 0; in init_types()
3089 Py_INCREF(UAdd_singleton); in ast2obj_unaryop()
3090 return UAdd_singleton; in ast2obj_unaryop()
/external/python/cpython3/Python/
DPython-ast.c152 Py_CLEAR(state->UAdd_singleton); in _PyAST_Fini()
1611 state->UAdd_singleton = PyType_GenericNew((PyTypeObject *)state->UAdd_type, in init_types()
1613 if (!state->UAdd_singleton) return 0; in init_types()
4730 Py_INCREF(state->UAdd_singleton); in ast2obj_unaryop()
4731 return state->UAdd_singleton; in ast2obj_unaryop()
/external/python/cpython3/Doc/data/
Dpython3.10.abi6584 …<var-decl name='UAdd_singleton' type-id='type-id-16' visibility='default' filepath='./Include/inte…