Home | Trees | Index | Help |
---|
|
ipaddr
: An IPv4/IPv6 manipulation library in Python.
__builtin__.object
:
The most base type
ipaddr.BaseIP
:
A generic IP object.
ipaddr.IPv4
:
This class represents and manipulates 32-bit IPv4 addresses.
ipaddr.IPv6
:
This class respresents and manipulates 128-bit IPv6 addresses.
__builtin__.type
:
type(object) -> the object's type type(name, bases, dict) -> a
new type
exceptions.Exception
:
Common base class for all exceptions.
ipaddr.Error
:
Base class for exceptions.
ipaddr.IPAddressExclusionError
:
An Error we should never see occurred in address exclusion.
ipaddr.IPTypeError
:
Tried to perform a v4 action on v6 object or vice versa.
ipaddr.IPv4IpValidationError
:
Raised when an IPv4 address is invalid.
ipaddr.IPv4NetmaskValidationError
:
Raised when a netmask is invalid.
ipaddr.IPv6IpValidationError
:
Raised when an IPv6 address is invalid.
ipaddr.IPv6NetmaskValidationError
:
Raised when an IPv6 netmask is invalid.
ipaddr.PrefixlenDiffInvalidError
:
Raised when Sub/Supernets is called with a bad prefixlen_diff.
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Feb 3 11:02:37 2009 | http://epydoc.sf.net |