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/ |
D | ipaddress.py | 475 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/ |
D | ipaddress.py | 475 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/ |
D | ipaddress.py | 475 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 D | ipaddress.py | 475 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/ |
D | ipaddress.py | 475 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/ |
D | ipaddress.py | 475 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/ |
D | ipaddress.py | 600 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)
|
D | test_ipaddress.py | 1111 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/ |
D | test_ipaddress.py | 1351 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)
|