Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_module
Method · 0.95
__dir__
Method · 0.45
warn_about_default_mailers_if_needed
Function · 0.45
test_configure
Method · 0.45
test_override
Method · 0.45
assertHasOnlyDefaultEmailSettings
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_module
Method · 0.76
test_configure
Method · 0.36
test_override
Method · 0.36
assertHasOnlyDefaultEmailSettings
Method · 0.36