Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ tearDown
Method
tearDown
tornado/test/httpserver_test.py:1343–1346 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1341
self.streams = []
# type: List[IOStream]
1342
1343
def
tearDown(self):
1344
super().tearDown()
1345
for
stream in self.streams:
1346
stream.close()
1347
1348
@gen.coroutine
1349
def
connect(self):
Callers
nothing calls this directly
Calls
2
tearDown
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected