Exemplo n.º 1
0
    def init(self, *args, **kwds):

        self.logger: Logger = getLogger(__name__)

        BaseSubSetting.init(self, *args, **kwds)

        self._settingsCommon: SettingsCommon = SettingsCommon(self._config)
Exemplo n.º 2
0
    def init(self, *args, **kwds):
        """
        This is a singleton based on the inheritance hierarchy
        """
        self.logger: Logger = getLogger(__name__)

        BaseSubSetting.init(self, *args, **kwds)

        self._settingsCommon: SettingsCommon = SettingsCommon(self._config)
Exemplo n.º 3
0
    def init(self, *args, **kwds):

        self.logger: Logger = getLogger(__name__)

        BaseSubSetting.init(self, *args, **kwds)