An IPv4 Internet netmask.
This class represents an IPv4 Internet netmask.
Methods
|
|
__getattr__
__repr__
get_bits
get_wildcard
|
|
__getattr__
|
__getattr__ ( self, name )
Called when an attribute lookup has not found the attribute.
|
|
__repr__
|
__repr__ ( self )
The representation string for this netmask.
|
|
get_bits
|
get_bits ( self )
Return the bits notation of the netmask.
|
|
get_wildcard
|
get_wildcard ( self )
Return the wildcard bits notation of the netmask.
|
|