plugin.py | 18 def _PluginConfig(name, only_enabled=False, only_active=False): 20 config.only_active = only_active 21 config.only_enabled = only_enabled or config.only_active 32 _PluginConfig('ACTIVE', only_active=True), 34 _PluginConfig('DETECTED', only_active=True), 68 only_active = True variable in class:DynamicChoices 74 return self.cls.FindPlugin(name, self.only_active) is not None 143 if config_root.only_active and not self.is_active: 174 if config_root.only_active [all...] |