Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ tearDown
Method
tearDown
tornado/test/httpserver_test.py:428–430 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
426
)
427
428
def
tearDown(self):
429
self.stream.close()
430
super().tearDown()
431
432
def
test_empty_request(self):
433
self.stream.close()
Callers
nothing calls this directly
Calls
2
close
Method · 0.45
tearDown
Method · 0.45
Tested by
no test coverage detected