Searched refs:v4_int_to_packed (Results 1 – 3 of 3) sorted by relevance
123 def v4_int_to_packed(address): function1313 return v4_int_to_packed(self._ip)
921 .. function:: v4_int_to_packed(address)930 >>> ipaddress.v4_int_to_packed(3221225985)
1211 self.assertRaises(ValueError, ipaddress.v4_int_to_packed, -1)1212 self.assertRaises(ValueError, ipaddress.v4_int_to_packed,