SBScriptObject¶
- class lldb.SBScriptObject(*args)¶
Proxy of C++ lldb::SBScriptObject class.
Attributes Summary
A read only property that returns the script language associated with with this script object.
A read only property that returns the underlying script object.
Methods Summary
GetLanguage
(SBScriptObject self)GetPointer
(SBScriptObject self)IsValid
(SBScriptObject self)Attributes Documentation
- lang¶
A read only property that returns the script language associated with with this script object.
- ptr¶
A read only property that returns the underlying script object.
Methods Documentation
- GetLanguage(SBScriptObject self) → lldb::ScriptLanguage¶
- GetPointer(SBScriptObject self) → lldb::ScriptObjectPtr¶
- IsValid(SBScriptObject self) → bool¶