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

Method get

python/python3/tornado/test/httpserver_test.py:339–340  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

337
338class EchoHandler(RequestHandler):
339 def get(self):
340 self.write(recursive_unicode(self.request.arguments))
341
342 def post(self):
343 self.write(recursive_unicode(self.request.arguments))

Callers

nothing calls this directly

Calls 2

recursive_unicodeFunction · 0.90
writeMethod · 0.45

Tested by

no test coverage detected