Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ setUp
Method
setUp
Lib/test/test_logging.py:2124–2126 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2122
address = (
'::1'
, 0)
2123
2124
def
setUp(self):
2125
self.server_class.address_family = socket.AF_INET6
2126
super(IPv6SysLogHandlerTest, self).setUp()
2127
2128
def
tearDown(self):
2129
self.server_class.address_family = socket.AF_INET
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
setUp
Method · 0.45
Tested by
no test coverage detected