Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h123 PyObject *Pow_type; member
/third_party/python/Python/
H A DPython-ast.c136 Py_CLEAR(state->Pow_type); in _PyAST_Fini()
1551 state->Pow_type = make_type(state, "Pow", state->operator_type, NULL, 0, in init_types()
1553 if (!state->Pow_type) return 0; in init_types()
1554 state->Pow_singleton = PyType_GenericNew((PyTypeObject *)state->Pow_type, in init_types()
10018 isinstance = PyObject_IsInstance(obj, state->Pow_type); in obj2ast_operator()
12153 if (PyModule_AddObjectRef(m, "Pow", state->Pow_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds