django.views.debug.CallableSettingWrapper
django
views
debug
CallableSettingWrapper
class CallableSettingWrapper:
View In Hierarchy
Object to wrap callable appearing in settings. * Not to call in the debug page (#21345). * Not to break the debug page if the callable forbidding to set attributes
(#23070).
__init__
__repr__
_wrapped
Undocumented