class documentation

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).
Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable ​_wrapped Undocumented
def __init__(self, callable_setting):

Undocumented

def __repr__(self):

Undocumented

_wrapped =

Undocumented