Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPythonImpl.h395 bool SetStdHandle(lldb::FileSP file, const char *py_name,
DScriptInterpreterPython.cpp736 const char *py_name, in SetStdHandle() argument
756 save_file = sys_module_dict.GetItemForKey(PythonString(py_name)); in SetStdHandle()
758 sys_module_dict.SetItemForKey(PythonString(py_name), new_file.get()); in SetStdHandle()