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

Class PythonIpNetworkPrinter

source code

      object --+    
               |    
IpNetworkPrinter --+
                   |
                  PythonIpNetworkPrinter

Prints out the IpNetwork hierarchy as a python dictionary.

Instance Methods [hide private]
 
printIpNetwork(self, net)
Print out the IpNetwork and IpAddress hierarchy under net.
source code
 
_walkTree(self, net, tree) source code
 
_createTree(self, net, tree) source code

Inherited from IpNetworkPrinter: __init__