Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h397 bool SetStdHandle(lldb::FileSP file, const char *py_name,
DScriptInterpreterPython.cpp611 const char *py_name, in SetStdHandle() argument
631 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
633 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()