with_hostmask
A string representation of the interface with the network as a host mask.
1 2 3 | >>> interface = IPv4Interface( '192.0.2.5/24' ) >>> interface.with_hostmask '192.0.2.5/0.0.0.255' |
with_hostmask
A string representation of the interface with the network as a host mask.
1 2 3 | >>> interface = IPv4Interface( '192.0.2.5/24' ) >>> interface.with_hostmask '192.0.2.5/0.0.0.255' |
Designed by : w10schools
service@w10schools.com
Please login to continue.