Home
last modified time | relevance | path

Searched refs:v4_int_to_packed (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dipaddress.py123 def v4_int_to_packed(address): function
1313 return v4_int_to_packed(self._ip)
/third_party/python/Doc/library/
Dipaddress.rst921 .. function:: v4_int_to_packed(address)
930 >>> ipaddress.v4_int_to_packed(3221225985)
/third_party/python/Lib/test/
Dtest_ipaddress.py1211 self.assertRaises(ValueError, ipaddress.v4_int_to_packed, -1)
1212 self.assertRaises(ValueError, ipaddress.v4_int_to_packed,