MCPcopy Index your code
hub / github.com/python/cpython / tearDown

Method tearDown

Lib/test/test_logging.py:2154–2156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2152 super(IPv6SysLogHandlerTest, self).setUp()
2153
2154 def tearDown(self):
2155 self.server_class.address_family = socket.AF_INET
2156 super(IPv6SysLogHandlerTest, self).tearDown()
2157
2158@support.requires_working_socket()
2159@threading_helper.requires_working_threading()

Callers

nothing calls this directly

Calls 2

superClass · 0.85
tearDownMethod · 0.45

Tested by

no test coverage detected