Searched refs:config_root (Results 1 – 3 of 3) sorted by relevance
133 for config_root in CONFIG_TYPES:135 setattr(self, config_root.property_name, config)140 for config_root in CONFIG_TYPES:141 config = getattr(self, config_root.property_name)143 if config_root.only_active and not self.is_active:145 if config_root.only_enabled and not self.enabled:147 child = getattr(self.__class__, config_root.name, None)151 config_root.AddChild(config)173 for config_root in CONFIG_TYPES:174 if config_root.only_active:[all …]
62 def config_root(level=logging.INFO, threshold=logging.WARNING, format=FORMAT, function
630 logging_utils.config_root(logging.DEBUG)632 logging_utils.config_root()