Home | Trees | Indices | Help |
|
---|
|
network address classes (IP, EUI) and associated aggregate classes (CIDR, Wilcard, etc).
Classes | |
AddrTypeDescriptor A descriptor that checks addr_type property assignments for validity and also keeps the strategy property in sync with any changes made. |
|
AddrValueDescriptor A descriptor that checks assignments to the named parameter passed to the constructor. |
|
StrategyDescriptor A descriptor that checks strategy property assignments for validity and also keeps the addr_type property in sync with any changes made. |
|
PrefixLenDescriptor A descriptor that checks prefixlen property assignments for validity based on address type. |
|
KlassDescriptor A descriptor that checks klass (data flavour) property assignments for validity. |
|
Addr The base class containing common functionality for all subclasses representing various network address types. |
|
EUI EUI objects represent IEEE Extended Unique Identifiers. |
|
IP A class whose objects represent Internet Protocol network addresses. |
|
AddrRange A block of contiguous network addresses bounded by an arbitrary start and stop address. |
|
CIDR A block of contiguous IPv4 or IPv6 network addresses defined by a base network address and a bitmask prefix or subnet mask address indicating the size/extent of the subnet. |
|
Wildcard A block of contiguous IPv4 network addresses defined using a wildcard style syntax. |
Functions | |||
|
Variables | |
AT_STRATEGIES =
Address type to strategy object lookup dict. |
Function Details |
A generator producing sequences of network addresses based on start and stop values, in intervals of step.
|
Variables Details |
AT_STRATEGIESAddress type to strategy object lookup dict.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Sep 29 23:23:23 2008 | http://epydoc.sourceforge.net |