Searched refs:GlobalSettings (Results 1 – 11 of 11) sorted by relevance
5 <GlobalSettings>7 </GlobalSettings>
9 <GlobalSettings>11 </GlobalSettings>
17 from settings_factory import GlobalSettings38 option_settings = GlobalSettings('')50 option_settings = GlobalSettings('option_settings')
9 from settings_factory import GlobalSettings36 global_fields = self._GetFieldDescriptions(GlobalSettings('').fields)
125 class GlobalSettings(Settings): class129 super(GlobalSettings, self).__init__(name, 'global')303 return GlobalSettings(name)
49 res = settings_factory.GlobalSettings('g_settings')94 self.assertIsInstance(g_settings, settings_factory.GlobalSettings)
57 self.assertIsInstance(settings, settings_factory.GlobalSettings)
126 global_settings = settings_factory.GlobalSettings('test_name')