Searched refs:AddExcludedCategory (Results 1 – 2 of 2) sorted by relevance
44 a.AddExcludedCategory('foo')45 a.AddExcludedCategory('bar')46 a.AddExcludedCategory('foo')52 self.assertRaises(AssertionError, a.AddExcludedCategory, 'foo')55 a.AddExcludedCategory('foo')
151 def AddExcludedCategory(self, category_glob): member in TracingCategoryFilter