works on performante
This commit is contained in:
@ -131,6 +131,9 @@ class Setting():
|
||||
owner = owners.user
|
||||
# in order to freeze everything, not **only** the frozen options
|
||||
everything_frozen = False
|
||||
# enables at build time to raise an exception if the option's name
|
||||
# has the name of a config's method
|
||||
valid_opt_names = True
|
||||
#____________________________________________________________
|
||||
# properties methods
|
||||
def has_properties(self):
|
||||
|
Reference in New Issue
Block a user