Mercurial > libervia-backend
diff sat/core/sat_main.py @ 3718:16e36f0dd1cb
memory (disco), core (main): new `hasIdentity` method
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 25 Jan 2022 17:07:15 +0100 |
parents | cbb988a6f507 |
children | 001ea5f4a2f9 |
line wrap: on
line diff
--- a/sat/core/sat_main.py Tue Jan 25 17:06:28 2022 +0100 +++ b/sat/core/sat_main.py Tue Jan 25 17:07:15 2022 +0100 @@ -1095,6 +1095,9 @@ def checkFeatures(self, *args, **kwargs): return self.memory.disco.checkFeatures(*args, **kwargs) + def hasIdentity(self, *args, **kwargs): + return self.memory.disco.hasIdentity(*args, **kwargs) + def getDiscoInfos(self, *args, **kwargs): return self.memory.disco.getInfos(*args, **kwargs)