Home
last modified time | relevance | path

Searched refs:GetConfigType (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dbase_config.py110 if config_type != self.GetConfigType():
113 '%s' % (config_type, self.GetConfigType(), file_path))
186 def GetConfigType(cls): member in BaseConfig
386 json_dict = {'config_type': cls.GetConfigType(),
Dmanager.py212 config.GetConfigType() not in self.supported_configs):
213 raise exceptions.UnsupportedConfigFormatError(config.GetConfigType(),
Dbase_config_unittest.py1409 self.assertEqual(self.config_type, config.GetConfigType())
1425 self.assertEqual(self.config_type, config.GetConfigType())