Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h73 PyObject *Interactive_type; member
/third_party/python/Python/
DPython-ast.c87 Py_CLEAR(state->Interactive_type); in _PyAST_Fini()
1111 state->Interactive_type = make_type(state, "Interactive", state->mod_type, in init_types()
1114 if (!state->Interactive_type) return 0; in init_types()
3596 tp = (PyTypeObject *)state->Interactive_type; in ast2obj_mod()
5429 tp = state->Interactive_type; in obj2ast_mod()
11622 if (PyModule_AddObjectRef(m, "Interactive", state->Interactive_type) < 0) { in astmodule_exec()
12028 req_type[2] = state->Interactive_type; in PyAST_obj2mod()