MCPcopy Create free account
hub / github.com/EasyIME/PIME / tearDown

Method tearDown

python/python3/tornado/test/concurrent_test.py:111–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 self.client = self.client_class(port=port)
110
111 def tearDown(self):
112 self.server.stop()
113 super().tearDown() # type: ignore
114
115 def test_future(self: typing.Any):
116 future = self.client.capitalize("hello")

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected