xref: /llvm-project/lldb/bindings/interface/SBCommandReturnObjectDocstrings.i (revision 662548c82683bd8657a3179afee693c4965a3dfd)
1 %feature("docstring",
2 "Represents a container which holds the result from command execution.
3 It works with :py:class:`SBCommandInterpreter.HandleCommand()` to encapsulate the result
4 of command execution.
5 
6 See :py:class:`SBCommandInterpreter` for example usage of SBCommandReturnObject."
7 ) lldb::SBCommandReturnObject;
8