Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tornadoweb/tornado
/ tearDown
Method
tearDown
tornado/test/httpserver_test.py:879–881 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
877
super().setUp()
878
879
def
tearDown(self):
880
super().tearDown()
881
shutil.rmtree(self.tmpdir)
882
883
884
@unittest.skipIf(
Callers
nothing calls this directly
Calls
1
tearDown
Method · 0.45
Tested by
no test coverage detected