MCPcopy
hub / github.com/tornadoweb/tornado / test_connect_unspec_ipv4

Method test_connect_unspec_ipv4

tornado/test/tcpclient_test.py:120–121  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

118 self.do_test_connect(socket.AF_INET6, "localhost")
119
120 def test_connect_unspec_ipv4(self):
121 self.do_test_connect(socket.AF_UNSPEC, "127.0.0.1")
122
123 @skipIfNoIPv6
124 def test_connect_unspec_ipv6(self):

Callers

nothing calls this directly

Calls 1

do_test_connectMethod · 0.95

Tested by

no test coverage detected