MCPcopy
hub / github.com/tornadoweb/tornado / setUp

Method setUp

tornado/test/httpserver_test.py:950–952  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

948 )
949
950 def setUp(self):
951 super().setUp()
952 self.http_version = b"HTTP/1.1"
953
954 def tearDown(self):
955 # We just closed the client side of the socket; let the IOLoop run

Callers 5

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected