MCPcopy Create free account
hub / github.com/EasyIME/PIME / getVersion

Method getVersion

python/cinbase/config.py:238–239  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 self._lastUpdateTime = time.time()
237
238 def getVersion(self):
239 return self._version
240
241 def isConfigChanged(self, currentVersion):
242 return currentVersion[0] != self._version[0]

Callers 1

applyConfigMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected