(self)
| 890 | factory(addr) |
| 891 | |
| 892 | def test_ip_address(self): |
| 893 | self.assertFactoryError(ipaddress.ip_address, "address") |
| 894 | |
| 895 | def test_ip_interface(self): |
| 896 | self.assertFactoryError(ipaddress.ip_interface, "interface") |
nothing calls this directly
no test coverage detected