1%feature("docstring",
2"Represents a container which holds the result from command execution.
3It works with :py:class:`SBCommandInterpreter.HandleCommand()` to encapsulate the result
4of command execution.
5
6See :py:class:`SBCommandInterpreter` for example usage of SBCommandReturnObject."
7) lldb::SBCommandReturnObject;
8