Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dipaddress.rst471 .. attribute:: with_hostmask
650 .. attribute:: with_hostmask
784 .. attribute:: with_hostmask
789 >>> interface.with_hostmask
807 .. attribute:: with_hostmask
/external/python/cpython3/Lib/
Dipaddress.py716 def with_hostmask(self): member in _BaseNetwork
1457 def with_hostmask(self): member in IPv4Interface
2131 def with_hostmask(self): member in IPv6Interface
/external/python/cpython3/Lib/test/
Dtest_ipaddress.py1910 net.with_hostmask)
1917 self.assertEqual('1.2.3.0/0.0.0.255', net.with_hostmask)
1996 self.assertEqual(self.ipv4_interface.with_hostmask,
2005 self.assertEqual(self.ipv6_interface.with_hostmask,