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

Method getVersion

python/input_methods/chewing/chewing_config.py:191–192  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189 self._lastUpdateTime = time.time()
190
191 def getVersion(self):
192 return self._version
193
194 def isConfigChanged(self, currentVersion):
195 return currentVersion[0] != self._version[0]

Callers 10

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
applyConfigMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected