Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h120 PyObject *Pow_singleton; member
/third_party/python/Python/
DPython-ast.c134 Py_CLEAR(state->Pow_singleton); in _PyAST_Fini()
1541 state->Pow_singleton = PyType_GenericNew((PyTypeObject *)state->Pow_type, in init_types()
1543 if (!state->Pow_singleton) return 0; in init_types()
4697 Py_INCREF(state->Pow_singleton); in ast2obj_operator()
4698 return state->Pow_singleton; in ast2obj_operator()