Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ setUp
Method
setUp
tornado/test/httpserver_test.py:889–891 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
887
)
888
class
UnixSocketTestAbstract(UnixSocketTest):
889
def
setUp(self):
890
self.address =
"\0"
+ uuid.uuid4().hex
891
super().setUp()
892
893
894
class
KeepAliveTest(AsyncHTTPTestCase):
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected