Lines Matching defs:python
16 #include "lldb-python.h"
399 python::PythonModule &GetMainModule();
401 python::PythonDictionary &GetSessionDictionary();
403 python::PythonDictionary &GetSysModuleDictionary();
411 python::PythonObject &save_file, const char *mode);
413 python::PythonObject m_saved_stdin;
414 python::PythonObject m_saved_stdout;
415 python::PythonObject m_saved_stderr;
416 python::PythonModule m_main_module;
417 python::PythonDictionary m_session_dict;
418 python::PythonDictionary m_sys_module_dict;
419 python::PythonObject m_run_one_line_function;
420 python::PythonObject m_run_one_line_str_global;
434 ScriptInterpreterPythonImpl *python)
436 m_python(python) {}