Home
last modified time | relevance | path

Searched refs:_prefix_from_prefix_string (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dipaddress.py475 def _prefix_from_prefix_string(cls, prefixlen_str): member in _IPAddressBase
1174 prefixlen = cls._prefix_from_prefix_string(arg)
1612 prefixlen = cls._prefix_from_prefix_string(arg)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dipaddress.py475 def _prefix_from_prefix_string(cls, prefixlen_str): member in _IPAddressBase
1174 prefixlen = cls._prefix_from_prefix_string(arg)
1612 prefixlen = cls._prefix_from_prefix_string(arg)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dipaddress.py475 def _prefix_from_prefix_string(cls, prefixlen_str): member in _IPAddressBase
1174 prefixlen = cls._prefix_from_prefix_string(arg)
1612 prefixlen = cls._prefix_from_prefix_string(arg)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dipaddress.py475 def _prefix_from_prefix_string(cls, prefixlen_str): member in _IPAddressBase
1174 prefixlen = cls._prefix_from_prefix_string(arg)
1612 prefixlen = cls._prefix_from_prefix_string(arg)
/aosp_15_r20/external/python/cpython3/Lib/
Dipaddress.py475 def _prefix_from_prefix_string(cls, prefixlen_str): member in _IPAddressBase
1174 prefixlen = cls._prefix_from_prefix_string(arg)
1612 prefixlen = cls._prefix_from_prefix_string(arg)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dipaddress.py475 def _prefix_from_prefix_string(cls, prefixlen_str): member in _IPAddressBase
1174 prefixlen = cls._prefix_from_prefix_string(arg)
1612 prefixlen = cls._prefix_from_prefix_string(arg)
/aosp_15_r20/external/python/ipaddress/
Dipaddress.py600 def _prefix_from_prefix_string(cls, prefixlen_str): member in _IPAddressBase
1234 prefixlen = cls._prefix_from_prefix_string(arg)
1745 prefixlen = cls._prefix_from_prefix_string(arg)
Dtest_ipaddress.py1111 self.assertEqual(ipv4_zero_netmask._prefix_from_prefix_string('0'), 0)
1116 self.assertEqual(ipv6_zero_netmask._prefix_from_prefix_string('0'), 0)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ipaddress.py1351 self.assertEqual(ipv4_zero_netmask._prefix_from_prefix_string('0'), 0)
1355 self.assertEqual(ipv6_zero_netmask._prefix_from_prefix_string('0'), 0)
1359 self.assertEqual(ipv6_scoped_zero_netmask._prefix_from_prefix_string('0'), 0)