Lines Matching refs:python
384 python::PythonModule &GetMainModule();
386 python::PythonDictionary &GetSessionDictionary();
388 python::PythonDictionary &GetSysModuleDictionary();
396 python::PythonObject &save_file, const char *mode);
398 python::PythonObject m_saved_stdin;
399 python::PythonObject m_saved_stdout;
400 python::PythonObject m_saved_stderr;
401 python::PythonModule m_main_module;
402 python::PythonDictionary m_session_dict;
403 python::PythonDictionary m_sys_module_dict;
404 python::PythonObject m_run_one_line_function;
405 python::PythonObject m_run_one_line_str_global;
418 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter() argument
420 m_python(python) {} in IOHandlerPythonInterpreter()