Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h107 PyObject *Mult_type; member
/third_party/python/Python/
DPython-ast.c121 Py_CLEAR(state->Mult_type); in _PyAST_Fini()
1512 state->Mult_type = make_type(state, "Mult", state->operator_type, NULL, 0, in init_types()
1514 if (!state->Mult_type) return 0; in init_types()
1515 state->Mult_singleton = PyType_GenericNew((PyTypeObject *)state->Mult_type, in init_types()
9679 isinstance = PyObject_IsInstance(obj, state->Mult_type); in obj2ast_operator()
11831 if (PyModule_AddObjectRef(m, "Mult", state->Mult_type) < 0) { in astmodule_exec()