Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h87 PyObject *Load_type; member
/third_party/python/Python/
DPython-ast.c101 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()