Searched refs:assertFactoryError (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/ipaddress/ |
D | test_ipaddress.py | 673 def assertFactoryError(self, factory, kind): member in FactoryFunctionErrors 681 self.assertFactoryError(ipaddress.ip_address, "address") 684 self.assertFactoryError(ipaddress.ip_interface, "interface") 687 self.assertFactoryError(ipaddress.ip_network, "network")
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_ipaddress.py | 856 def assertFactoryError(self, factory, kind): member in FactoryFunctionErrors 864 self.assertFactoryError(ipaddress.ip_address, "address") 867 self.assertFactoryError(ipaddress.ip_interface, "interface") 870 self.assertFactoryError(ipaddress.ip_network, "network")
|