Searched refs:GlobalSettings (Results 1 – 6 of 6) sorted by relevance
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)
123 class GlobalSettings(Settings): class127 super(GlobalSettings, self).__init__(name, 'global')300 return GlobalSettings(name)
47 res = settings_factory.GlobalSettings('g_settings')92 self.assertIsInstance(g_settings, settings_factory.GlobalSettings)
56 self.assertIsInstance(settings, settings_factory.GlobalSettings)
126 global_settings = settings_factory.GlobalSettings('test_name')