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

Method checkConfigChange

python/textService.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78
79 # This should be implemented in the derived class
80 def checkConfigChange(self):
81 pass
82
83 def handleRequest(self, msg): # msg is a json object
84 method = msg.get("method", None)

Callers 1

handleRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected