Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h95 PyObject *MatMult_type; member
/third_party/python/Python/
H A DPython-ast.c108 Py_CLEAR(state->MatMult_type); in _PyAST_Fini()
1531 state->MatMult_type = make_type(state, "MatMult", state->operator_type, in init_types()
1534 if (!state->MatMult_type) return 0; in init_types()
1536 *)state->MatMult_type, NULL, in init_types()
9994 isinstance = PyObject_IsInstance(obj, state->MatMult_type); in obj2ast_operator()
12144 if (PyModule_AddObjectRef(m, "MatMult", state->MatMult_type) < 0) { in astmodule_exec()

Completed in 29 milliseconds