Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ setUp
Method
setUp
python/python3/tornado/test/httpserver_test.py:1159–1161 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1157
return
dict(idle_connection_timeout=0.1)
1158
1159
def
setUp(self):
1160
super().setUp()
1161
self.streams = []
# type: List[IOStream]
1162
1163
def
tearDown(self):
1164
super().tearDown()
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected