| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Addr --+
|
IP
A class whose objects represent Internet Protocol network addresses. Both IPv4 and IPv6 are fully supported and include an optional subnet bit mask prefix, for example :
192.168.0.1/24 fe80::20f:1fff:fe12:e733/64
This class does not make a requirement to omit non-zero bits to the right of the subnet prefix when it is applied to the address.
See the CIDR() class if you require *strict* subnet prefix checking.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Constructor.
|
Sets the value of this address.
|
|
|
|
|
|
|
str(x)
|
repr(x)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 7 22:21:37 2008 | http://epydoc.sourceforge.net |