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

Method prepare

python/python3/tornado/test/web_test.py:706–713  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

704
705class GetArgumentsHandler(RequestHandler):
706 def prepare(self):
707 self.finish(
708 dict(
709 default=self.get_arguments("foo"),
710 query=self.get_query_arguments("foo"),
711 body=self.get_body_arguments("foo"),
712 )
713 )
714
715
716# This test was shared with wsgi_test.py; now the name is meaningless.

Callers

nothing calls this directly

Calls 4

get_argumentsMethod · 0.80
get_query_argumentsMethod · 0.80
get_body_argumentsMethod · 0.80
finishMethod · 0.45

Tested by

no test coverage detected