Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h121 PyObject *Pow_type; member
/third_party/python/Python/
DPython-ast.c135 Py_CLEAR(state->Pow_type); in _PyAST_Fini()
1538 state->Pow_type = make_type(state, "Pow", state->operator_type, NULL, 0, in init_types()
1540 if (!state->Pow_type) return 0; in init_types()
1541 state->Pow_singleton = PyType_GenericNew((PyTypeObject *)state->Pow_type, in init_types()
9711 isinstance = PyObject_IsInstance(obj, state->Pow_type); in obj2ast_operator()
11843 if (PyModule_AddObjectRef(m, "Pow", state->Pow_type) < 0) { in astmodule_exec()