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