Package ZenModel :: Module IpNetwork
[hide private]
[frames] | no frames]

Module IpNetwork

source code

IpNetwork

IpNetwork represents an IP network which contains many IP addresses.

$Id: IpNetwork.py,v 1.22 2004/04/12 16:21:25 edahl Exp $


Version: 1.22

Classes [hide private]
  IpNetwork
IpNetwork object
Functions [hide private]
 
manage_addIpNetwork(context, id, netmask=24, REQUEST=None)
make a IpNetwork
source code
 
isip(...)
search(string[, pos[, endpos]]) --> match object or None.
source code
Variables [hide private]
  __doc__ = """IpNetw...
  log = logging.getLogger("zen")
  addIpNetwork = DTMLFile('dtml/addIpNetwork', globals())
  defaultNetworkTree = (32)
  RELMETATYPES = ('ToOneRelationship', 'ToManyContRelationship',...
Function Details [hide private]

isip(...)

source code 
search(string[, pos[, endpos]]) --> match object or None. Scan through string looking for a match, and return a corresponding MatchObject instance. Return None if no position in the string matches.

Variables Details [hide private]

__doc__

Value:
"""IpNetwork

IpNetwork represents an IP network which contains
many IP addresses.

$Id: IpNetwork.py,v 1.22 2004/04/12 16:21:25 edahl Exp $"""

RELMETATYPES

Value:
('ToOneRelationship', 'ToManyContRelationship', 'ToManyRelationship')