Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h80 PyObject *Is_singleton; member
/third_party/python/Python/
H A DPython-ast.c93 Py_CLEAR(state->Is_singleton); in _PyAST_Fini()
1676 state->Is_singleton = PyType_GenericNew((PyTypeObject *)state->Is_type, in init_types()
1678 if (!state->Is_singleton) return 0; in init_types()
4843 Py_INCREF(state->Is_singleton); in ast2obj_cmpop()
4844 return state->Is_singleton; in ast2obj_cmpop()

Completed in 14 milliseconds