Ejemplo n.º 1
0
 def reset_all(self,
               view=None,
               scope=SettingsScope.SettingsAutoScope,
               schema_only=True):
     if view is not None:
         view = view.handle
     return core.BNSettingsResetAll(self.handle, view, scope, schema_only)
Ejemplo n.º 2
0
 def reset_all(self, view=None, scope=SettingsScope.SettingsAutoScope):
     if view is not None:
         view = view.handle
     return core.BNSettingsResetAll(self.registry_id, view, scope)