Lines Matching refs:python
383 python::PythonModule &GetMainModule();
385 python::PythonDictionary &GetSessionDictionary();
387 python::PythonDictionary &GetSysModuleDictionary();
395 python::PythonObject &save_file, const char *mode);
397 python::PythonObject m_saved_stdin;
398 python::PythonObject m_saved_stdout;
399 python::PythonObject m_saved_stderr;
400 python::PythonModule m_main_module;
401 python::PythonDictionary m_session_dict;
402 python::PythonDictionary m_sys_module_dict;
403 python::PythonObject m_run_one_line_function;
404 python::PythonObject m_run_one_line_str_global;
417 ScriptInterpreterPythonImpl *python) in IOHandlerPythonInterpreter() argument
419 m_python(python) {} in IOHandlerPythonInterpreter()