Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPythonImpl.h406 bool SetStdHandle(lldb::FileSP file, const char *py_name,
HDScriptInterpreterPython.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()