Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ tearDown
Method
tearDown
tornado/test/concurrent_test.py:134–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
132
self.client = GeneratorCapClient(port=port)
133
134
def
tearDown(self):
135
self.server.stop()
136
super().tearDown()
137
138
def
test_future(self):
139
future = self.client.capitalize(
"hello"
)
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected