| %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; |