blob: dca8278eacbc5cbf3a11282e5e362469a6201f14 (
plain)
1
2
3
4
5
6
7
|
%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;
|