Searched refs:Load_type (Results 1 – 2 of 2) sorted by relevance
87 PyObject *Load_type; member
101 Py_CLEAR(state->Load_type); in _PyAST_Fini()1459 state->Load_type = make_type(state, "Load", state->expr_context_type, NULL, in init_types()1462 if (!state->Load_type) return 0; in init_types()1463 state->Load_singleton = PyType_GenericNew((PyTypeObject *)state->Load_type, in init_types()9601 isinstance = PyObject_IsInstance(obj, state->Load_type); in obj2ast_expr_context()11804 if (PyModule_AddObjectRef(m, "Load", state->Load_type) < 0) { in astmodule_exec()