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

Method test_ip_interface

Lib/test/test_ipaddress.py:895–896  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

893 self.assertFactoryError(ipaddress.ip_address, "address")
894
895 def test_ip_interface(self):
896 self.assertFactoryError(ipaddress.ip_interface, "interface")
897
898 def test_ip_network(self):
899 self.assertFactoryError(ipaddress.ip_network, "network")

Callers

nothing calls this directly

Calls 1

assertFactoryErrorMethod · 0.95

Tested by

no test coverage detected