Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_ast_state.h115 PyObject *Not_singleton; member
/external/python/cpython2/Python/
DPython-ast.c324 static PyObject *Invert_singleton, *Not_singleton, *UAdd_singleton, variable
896 Not_singleton = PyType_GenericNew(Not_type, NULL, NULL); in init_types()
897 if (!Not_singleton) return 0; in init_types()
3086 Py_INCREF(Not_singleton); in ast2obj_unaryop()
3087 return Not_singleton; in ast2obj_unaryop()
/external/python/cpython3/Python/
DPython-ast.c129 Py_CLEAR(state->Not_singleton); in _PyAST_Fini()
1605 state->Not_singleton = PyType_GenericNew((PyTypeObject *)state->Not_type, in init_types()
1607 if (!state->Not_singleton) return 0; in init_types()
4727 Py_INCREF(state->Not_singleton); in ast2obj_unaryop()
4728 return state->Not_singleton; in ast2obj_unaryop()
/external/python/cpython3/Doc/data/
Dpython3.10.abi6515 …<var-decl name='Not_singleton' type-id='type-id-16' visibility='default' filepath='./Include/inter…