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

Method post

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

Source from the content-addressed store, hash-verified

340 self.write(recursive_unicode(self.request.arguments))
341
342 def post(self):
343 self.write(recursive_unicode(self.request.arguments))
344
345
346class TypeCheckHandler(RequestHandler):

Callers

nothing calls this directly

Calls 2

recursive_unicodeFunction · 0.90
writeMethod · 0.45

Tested by

no test coverage detected