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

Method get

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

Source from the content-addressed store, hash-verified

1738class GzipTestCase(SimpleHandlerTestCase):
1739 class Handler(RequestHandler):
1740 def get(self):
1741 for v in self.get_arguments("vary"):
1742 self.add_header("Vary", v)
1743 # Must write at least MIN_LENGTH bytes to activate compression.
1744 self.write("hello world" + ("!" * GZipContentEncoding.MIN_LENGTH))
1745
1746 def get_app_kwargs(self):
1747 return dict(

Callers

nothing calls this directly

Calls 3

get_argumentsMethod · 0.80
add_headerMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected