Lines Matching defs:python
16 #include "lldb-python.h"
395 python::PythonModule &GetMainModule();
397 python::PythonDictionary &GetSessionDictionary();
399 python::PythonDictionary &GetSysModuleDictionary();
407 python::PythonObject &save_file, const char *mode);
409 python::PythonObject m_saved_stdin;
410 python::PythonObject m_saved_stdout;
411 python::PythonObject m_saved_stderr;
412 python::PythonModule m_main_module;
413 python::PythonDictionary m_session_dict;
414 python::PythonDictionary m_sys_module_dict;
415 python::PythonObject m_run_one_line_function;
416 python::PythonObject m_run_one_line_str_global;
430 ScriptInterpreterPythonImpl *python)
432 m_python(python) {}