blob: dca8278eacbc5cbf3a11282e5e362469a6201f14 [file] [log] [blame]
%feature("docstring",
"Represents a container which holds the result from command execution.
It works with :py:class:`SBCommandInterpreter.HandleCommand()` to encapsulate the result
of command execution.
See :py:class:`SBCommandInterpreter` for example usage of SBCommandReturnObject."
) lldb::SBCommandReturnObject;