Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ setUp
Method
setUp
tornado/test/httpserver_test.py:1339–1341 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1337
return
dict(idle_connection_timeout=0.1)
1338
1339
def
setUp(self):
1340
super().setUp()
1341
self.streams = []
# type: List[IOStream]
1342
1343
def
tearDown(self):
1344
super().tearDown()
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected