class documentation

class CallableSettingWrapper: (source)

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): (source)

Undocumented

def __repr__(self): (source)

Undocumented

_wrapped = (source)

Undocumented