Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h131 PyObject *Store_type; member
/third_party/python/Python/
DPython-ast.c145 Py_CLEAR(state->Store_type); in _PyAST_Fini()
1466 state->Store_type = make_type(state, "Store", state->expr_context_type, in init_types()
1469 if (!state->Store_type) return 0; in init_types()
1471 *)state->Store_type, NULL, NULL); in init_types()
9609 isinstance = PyObject_IsInstance(obj, state->Store_type); in obj2ast_expr_context()
11807 if (PyModule_AddObjectRef(m, "Store", state->Store_type) < 0) { in astmodule_exec()