config.reset() remove informations too
This commit is contained in:
@ -991,9 +991,6 @@ class TiramisuContextConfig(TiramisuContext):
|
||||
def _c_meta(self):
|
||||
return Config(self.config_bag.context.cfgimpl_get_meta())
|
||||
|
||||
def _c_reset(self):
|
||||
pass
|
||||
|
||||
def _m_new(self, name):
|
||||
return Config(self.config_bag.context.new_config(name))
|
||||
|
||||
@ -1010,6 +1007,8 @@ class TiramisuContextConfig(TiramisuContext):
|
||||
def _c_reset(self):
|
||||
# Option's values
|
||||
self.config_bag.context.cfgimpl_get_values()._p_.importation((tuple(), tuple(), tuple(), tuple()))
|
||||
# Option's informations
|
||||
self.config_bag.context.cfgimpl_get_values()._p_.del_informations()
|
||||
# Option's properties
|
||||
self.config_bag.context.cfgimpl_get_settings()._p_.importation({})
|
||||
# Option's permissives
|
||||
|
Reference in New Issue
Block a user