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

Method tearDown

tornado/test/httpserver_test.py:1343–1346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1341 self.streams = [] # type: List[IOStream]
1342
1343 def tearDown(self):
1344 super().tearDown()
1345 for stream in self.streams:
1346 stream.close()
1347
1348 @gen.coroutine
1349 def connect(self):

Callers

nothing calls this directly

Calls 2

tearDownMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected