[CodeGenPrepare] Drop nsw flags in `optimizeLoadExt` (#118180)
[llvm-project.git] / lldb / bindings / interface / SBCommandReturnObjectDocstrings.i
blobdca8278eacbc5cbf3a11282e5e362469a6201f14
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.
6 See :py:class:`SBCommandInterpreter` for example usage of SBCommandReturnObject."
7 ) lldb::SBCommandReturnObject;