Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h394 bool SetStdHandle(lldb::FileSP file, const char *py_name,
H A DScriptInterpreterPython.cpp607 const char *py_name, in SetStdHandle() argument
627 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
629 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()