Represents a category that can contain formatters for types.
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | __init__(self,
        *args) __init__(lldb::SBTypeCategory self) -> SBTypeCategory 
      __init__(lldb::SBTypeCategory self, SBTypeCategory rhs) -> 
      SBTypeCategory
 | source code |  | 
    |  | 
        
          | __swig_destroy__(...) delete_SBTypeCategory(SBTypeCategory self)
 |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | IsValid(self) IsValid(SBTypeCategory self) -> bool
 | source code |  | 
    |  | 
        
          | GetEnabled(self) GetEnabled(SBTypeCategory self) -> bool
 | source code |  | 
    |  | 
        
          | SetEnabled(self,
        *args) SetEnabled(SBTypeCategory self, bool arg2)
 | source code |  | 
    |  | 
        
          | GetName(self) GetName(SBTypeCategory self) -> str const *
 | source code |  | 
    |  | 
        
          | GetLanguageAtIndex(self,
        *args) GetLanguageAtIndex(SBTypeCategory self, uint32_t idx) -> 
      lldb::LanguageType
 | source code |  | 
    |  | 
        
          | GetNumLanguages(self) GetNumLanguages(SBTypeCategory self) -> uint32_t
 | source code |  | 
    |  | 
        
          | AddLanguage(self,
        *args) AddLanguage(SBTypeCategory self, lldb::LanguageType language)
 | source code |  | 
    |  | 
        
          | GetDescription(self,
        *args) GetDescription(SBTypeCategory self, SBStream description, 
      lldb::DescriptionLevel description_level) -> bool
 | source code |  | 
    |  | 
        
          | GetNumFormats(self) GetNumFormats(SBTypeCategory self) -> uint32_t
 | source code |  | 
    |  | 
        
          | GetNumSummaries(self) GetNumSummaries(SBTypeCategory self) -> uint32_t
 | source code |  | 
    |  | 
        
          | GetNumFilters(self) GetNumFilters(SBTypeCategory self) -> uint32_t
 | source code |  | 
    |  | 
        
          | GetNumSynthetics(self) GetNumSynthetics(SBTypeCategory self) -> uint32_t
 | source code |  | 
    |  | 
        
          | GetTypeNameSpecifierForFilterAtIndex(self,
        *args) GetTypeNameSpecifierForFilterAtIndex(SBTypeCategory self, uint32_t 
      arg2) -> SBTypeNameSpecifier
 | source code |  | 
    |  | 
        
          | GetTypeNameSpecifierForFormatAtIndex(self,
        *args) GetTypeNameSpecifierForFormatAtIndex(SBTypeCategory self, uint32_t 
      arg2) -> SBTypeNameSpecifier
 | source code |  | 
    |  | 
        
          | GetTypeNameSpecifierForSummaryAtIndex(self,
        *args) GetTypeNameSpecifierForSummaryAtIndex(SBTypeCategory self, uint32_t 
      arg2) -> SBTypeNameSpecifier
 | source code |  | 
    |  | 
        
          | GetTypeNameSpecifierForSyntheticAtIndex(self,
        *args) GetTypeNameSpecifierForSyntheticAtIndex(SBTypeCategory self, uint32_t
      arg2) -> SBTypeNameSpecifier
 | source code |  | 
    |  | 
        
          | GetFilterForType(self,
        *args) GetFilterForType(SBTypeCategory self, SBTypeNameSpecifier arg2) ->
      SBTypeFilter
 | source code |  | 
    |  | 
        
          | GetFormatForType(self,
        *args) GetFormatForType(SBTypeCategory self, SBTypeNameSpecifier arg2) ->
      SBTypeFormat
 | source code |  | 
    |  | 
        
          | GetSummaryForType(self,
        *args) GetSummaryForType(SBTypeCategory self, SBTypeNameSpecifier arg2) 
      -> SBTypeSummary
 | source code |  | 
    |  | 
        
          | GetSyntheticForType(self,
        *args) GetSyntheticForType(SBTypeCategory self, SBTypeNameSpecifier arg2) 
      -> SBTypeSynthetic
 | source code |  | 
    |  | 
        
          | GetFilterAtIndex(self,
        *args) GetFilterAtIndex(SBTypeCategory self, uint32_t arg2) -> 
      SBTypeFilter
 | source code |  | 
    |  | 
        
          | GetFormatAtIndex(self,
        *args) GetFormatAtIndex(SBTypeCategory self, uint32_t arg2) -> 
      SBTypeFormat
 | source code |  | 
    |  | 
        
          | GetSummaryAtIndex(self,
        *args) GetSummaryAtIndex(SBTypeCategory self, uint32_t arg2) -> 
      SBTypeSummary
 | source code |  | 
    |  | 
        
          | GetSyntheticAtIndex(self,
        *args) GetSyntheticAtIndex(SBTypeCategory self, uint32_t arg2) -> 
      SBTypeSynthetic
 | source code |  | 
    |  | 
        
          | AddTypeFormat(self,
        *args) AddTypeFormat(SBTypeCategory self, SBTypeNameSpecifier arg2, 
      SBTypeFormat arg3) -> bool
 | source code |  | 
    |  | 
        
          | DeleteTypeFormat(self,
        *args) DeleteTypeFormat(SBTypeCategory self, SBTypeNameSpecifier arg2) ->
      bool
 | source code |  | 
    |  | 
        
          | AddTypeSummary(self,
        *args) AddTypeSummary(SBTypeCategory self, SBTypeNameSpecifier arg2, 
      SBTypeSummary arg3) -> bool
 | source code |  | 
    |  | 
        
          | DeleteTypeSummary(self,
        *args) DeleteTypeSummary(SBTypeCategory self, SBTypeNameSpecifier arg2) 
      -> bool
 | source code |  | 
    |  | 
        
          | AddTypeFilter(self,
        *args) AddTypeFilter(SBTypeCategory self, SBTypeNameSpecifier arg2, 
      SBTypeFilter arg3) -> bool
 | source code |  | 
    |  | 
        
          | DeleteTypeFilter(self,
        *args) DeleteTypeFilter(SBTypeCategory self, SBTypeNameSpecifier arg2) ->
      bool
 | source code |  | 
    |  | 
        
          | AddTypeSynthetic(self,
        *args) AddTypeSynthetic(SBTypeCategory self, SBTypeNameSpecifier arg2, 
      SBTypeSynthetic arg3) -> bool
 | source code |  | 
    |  | 
        
          | DeleteTypeSynthetic(self,
        *args) DeleteTypeSynthetic(SBTypeCategory self, SBTypeNameSpecifier arg2) 
      -> bool
 | source code |  | 
    |  | 
        
          | get_formats_access_object(self) An accessor function that returns an accessor object which allows 
      lazy format access from a lldb.SBTypeCategory object.
 | source code |  | 
    |  | 
        
          | get_formats_array(self) An accessor function that returns a list() that contains all formats 
      in a lldb.SBCategory object.
 | source code |  | 
    |  | 
        
          | get_summaries_access_object(self) An accessor function that returns an accessor object which allows 
      lazy summary access from a lldb.SBTypeCategory object.
 | source code |  | 
    |  | 
        
          | get_summaries_array(self) An accessor function that returns a list() that contains all 
      summaries in a lldb.SBCategory object.
 | source code |  | 
    |  | 
        
          | get_synthetics_access_object(self) An accessor function that returns an accessor object which allows 
      lazy synthetic children provider access from a lldb.SBTypeCategory 
      object.
 | source code |  | 
    |  | 
        
          | get_synthetics_array(self) An accessor function that returns a list() that contains all 
      synthetic children providers in a lldb.SBCategory object.
 | source code |  | 
    |  | 
        
          | get_filters_access_object(self) An accessor function that returns an accessor object which allows 
      lazy filter access from a lldb.SBTypeCategory object.
 | source code |  | 
    |  | 
        
          | get_filters_array(self) An accessor function that returns a list() that contains all filters 
      in a lldb.SBCategory object.
 | source code |  | 
    |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__sizeof__,__subclasshook__ |