blob: d218ff90f920578597fe32b305f8624208d85368 [file] [log] [blame]
STRING_EXTENSION_LEVEL_OUTSIDE(SBTypeFilter, lldb::eDescriptionLevelBrief)
%extend lldb::SBTypeFilter {
#ifdef SWIGPYTHON
%pythoncode %{
options = property(GetOptions, SetOptions)
count = property(GetNumberOfExpressionPaths)
%}
#endif
}