MCPcopy
hub / github.com/django/django / is_overridden

Method is_overridden

django/conf/__init__.py:290–291  ·  view source on GitHub ↗
(self, setting)

Source from the content-addressed store, hash-verified

288 time.tzset()
289
290 def is_overridden(self, setting):
291 return setting in self._explicit_settings
292
293 def __repr__(self):
294 return '<%(cls)s "%(settings_module)s">' % {

Callers 6

test_moduleMethod · 0.95
__dir__Method · 0.45
test_configureMethod · 0.45
test_overrideMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_moduleMethod · 0.76
test_configureMethod · 0.36
test_overrideMethod · 0.36