Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h75 PyObject *Interactive_type; member
/third_party/python/Python/
H A DPython-ast.c88 Py_CLEAR(state->Interactive_type); in _PyAST_Fini()
1119 state->Interactive_type = make_type(state, "Interactive", state->mod_type, in init_types()
1122 if (!state->Interactive_type) return 0; in init_types()
3638 tp = (PyTypeObject *)state->Interactive_type; in ast2obj_mod()
5572 tp = state->Interactive_type; in obj2ast_mod()
11929 if (PyModule_AddObjectRef(m, "Interactive", state->Interactive_type) < 0) { in astmodule_exec()
12363 req_type[2] = state->Interactive_type; in PyAST_obj2mod()

Completed in 15 milliseconds