Home
last modified time | relevance | path

Searched refs:main_mod (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/Interpreter/
DScriptInterpreterPython.cpp713 PyObject *main_mod = PyImport_AddModule ("__main__"); in FindSessionDictionary() local
714 if (main_mod != NULL) in FindSessionDictionary()
716 PyObject *main_dict = PyModule_GetDict (main_mod); in FindSessionDictionary()