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 ΒΆ