Ejemplo n.º 1
0
 def reset(self, key, view=None, scope=SettingsScope.SettingsAutoScope):
     if view is not None:
         view = view.handle
     return core.BNSettingsReset(self.handle, key, view, scope)
Ejemplo n.º 2
0
 def reset(self, id, view=None, scope=SettingsScope.SettingsAutoScope):
     if view is not None:
         view = view.handle
     return core.BNSettingsReset(self.registry_id, id, view, scope)