Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ tearDown
Method
tearDown
tornado/test/testing_test.py:203–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
201
events.append(
"setUp"
)
202
203
def
tearDown(self):
204
events.append(
"tearDown"
)
205
206
class
InheritBoth(AsyncTestCase, SetUpTearDown):
207
def
test(self):
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected