Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h109 PyObject *Mult_type; member
/third_party/python/Python/
H A DPython-ast.c122 Py_CLEAR(state->Mult_type); in _PyAST_Fini()
1525 state->Mult_type = make_type(state, "Mult", state->operator_type, NULL, 0, in init_types()
1527 if (!state->Mult_type) return 0; in init_types()
1528 state->Mult_singleton = PyType_GenericNew((PyTypeObject *)state->Mult_type, in init_types()
9986 isinstance = PyObject_IsInstance(obj, state->Mult_type); in obj2ast_operator()
12141 if (PyModule_AddObjectRef(m, "Mult", state->Mult_type) < 0) { in astmodule_exec()

Completed in 16 milliseconds