Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setUp
Method
setUp
Lib/test/test_logging.py:2150–2152 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2148
address = (
'::1'
, 0)
2149
2150
def
setUp(self):
2151
self.server_class.address_family = socket.AF_INET6
2152
super(IPv6SysLogHandlerTest, self).setUp()
2153
2154
def
tearDown(self):
2155
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