Lines Matching refs:python
393 python::PythonModule &GetMainModule();
395 python::PythonDictionary &GetSessionDictionary();
397 python::PythonDictionary &GetSysModuleDictionary();
405 python::PythonObject &save_file, const char *mode);
407 python::PythonObject m_saved_stdin;
408 python::PythonObject m_saved_stdout;
409 python::PythonObject m_saved_stderr;
410 python::PythonModule m_main_module;
411 python::PythonDictionary m_session_dict;
412 python::PythonDictionary m_sys_module_dict;
413 python::PythonObject m_run_one_line_function;
414 python::PythonObject m_run_one_line_str_global;
428 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter() argument
430 m_python(python) {} in IOHandlerPythonInterpreter()