An IPv4 Internet address.
This class represents an IPv4 Internet address.
Methods
|
|
__add__
__getattr__
__repr__
__sub__
|
|
__add__
|
__add__ ( self, other )
Sum two IP addresses.
|
|
__getattr__
|
__getattr__ ( self, name )
Called when an attribute lookup has not found the attribute.
|
|
__repr__
|
__repr__ ( self )
The representation string for this address.
|
|
__sub__
|
__sub__ ( self, other )
Subtract two IP addresses.
|
|