SBTypeSummaryOptions#
- class lldb.SBTypeSummaryOptions(*args)#
Proxy of C++ lldb::SBTypeSummaryOptions class.
Methods Summary
GetCapping(SBTypeSummaryOptions self)GetLanguage(SBTypeSummaryOptions self)IsValid(SBTypeSummaryOptions self)SetCapping(SBTypeSummaryOptions self, lldb)SetLanguage(SBTypeSummaryOptions self, lldb)Methods Documentation
- GetCapping(SBTypeSummaryOptions self) lldb::TypeSummaryCapping#
- GetLanguage(SBTypeSummaryOptions self) lldb::LanguageType#
- IsValid(SBTypeSummaryOptions self) bool#
- SetCapping(SBTypeSummaryOptions self, lldb::TypeSummaryCapping arg2)#
- SetLanguage(SBTypeSummaryOptions self, lldb::LanguageType arg2)#