Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ setUp
Method
setUp
tornado/test/httpserver_test.py:874–877 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
872
)
873
class
UnixSocketTestFile(UnixSocketTest):
874
def
setUp(self):
875
self.tmpdir = tempfile.mkdtemp()
876
self.address = os.path.join(self.tmpdir,
"test.sock"
)
877
super().setUp()
878
879
def
tearDown(self):
880
super().tearDown()
Callers
nothing calls this directly
Calls
2
join
Method · 0.80
setUp
Method · 0.45
Tested by
no test coverage detected