Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ get
Method
get
python/cinbase/configtool.py:68–70 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
67
@tornado.web.authenticated
68
def
get(self):
69
# the actual keep-alive is done inside BaseHandler.prepare()
70
self.write(
'{"return":true}'
)
71
72
73
class
ConfigHandler(BaseHandler):
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected