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

Method get

python/python3/tornado/test/httpclient_test.py:134–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132
133class SetHeaderHandler(RequestHandler):
134 def get(self):
135 # Use get_arguments for keys to get strings, but
136 # request.arguments for values to get bytes.
137 for k, v in zip(self.get_arguments("k"), self.request.arguments["v"]):
138 self.set_header(k, v)
139
140
141class InvalidGzipHandler(RequestHandler):

Callers

nothing calls this directly

Calls 2

get_argumentsMethod · 0.80
set_headerMethod · 0.80

Tested by

no test coverage detected