MCPcopy
hub / github.com/tornadoweb/tornado / tearDown

Method tearDown

tornado/test/iostream_test.py:1216–1219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1214 )
1215
1216 def tearDown(self):
1217 self.io_loop.remove_handler(self.listener.fileno())
1218 self.listener.close()
1219 super().tearDown()
1220
1221 @gen_test
1222 async def test_match(self):

Callers

nothing calls this directly

Calls 4

remove_handlerMethod · 0.45
filenoMethod · 0.45
closeMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected