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