Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h406 bool SetStdHandle(lldb::FileSP file, const char *py_name,
H A DScriptInterpreterPython.cpp625 const char *py_name, in SetStdHandle() argument
645 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
647 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()