Mercurial > libervia-backend
diff src/core/sat_main.py @ 1491:704ca56f5ca9
core (disco): added checkFeatures to check several features at once + identities are now managed with a tuple in findFeaturesSet and checkFeatures
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 25 Aug 2015 16:05:01 +0200 |
parents | 80cd55dd5b04 |
children | f681788097ba |
line wrap: on
line diff
--- a/src/core/sat_main.py Tue Aug 25 15:39:16 2015 +0200 +++ b/src/core/sat_main.py Tue Aug 25 16:05:01 2015 +0200 @@ -703,6 +703,9 @@ def checkFeature(self, *args, **kwargs): return self.memory.disco.checkFeature(*args, **kwargs) + def checkFeatures(self, *args, **kwargs): + return self.memory.disco.checkFeatures(*args, **kwargs) + def getDiscoInfos(self, *args, **kwargs): return self.memory.disco.getInfos(*args, **kwargs)