Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h78 PyObject *Is_singleton; member
/third_party/python/Python/
DPython-ast.c92 Py_CLEAR(state->Is_singleton); in _PyAST_Fini()
1663 state->Is_singleton = PyType_GenericNew((PyTypeObject *)state->Is_type, in init_types()
1665 if (!state->Is_singleton) return 0; in init_types()
4760 Py_INCREF(state->Is_singleton); in ast2obj_cmpop()
4761 return state->Is_singleton; in ast2obj_cmpop()