Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ tearDown
Method
tearDown
python/python3/tornado/test/httpserver_test.py:1163–1166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1161
self.streams = []
# type: List[IOStream]
1162
1163
def
tearDown(self):
1164
super().tearDown()
1165
for
stream in self.streams:
1166
stream.close()
1167
1168
@gen.coroutine
1169
def
connect(self):
Callers
nothing calls this directly
Calls
2
tearDown
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected