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

Class TextIpNetworkPrinter

source code

      object --+    
               |    
IpNetworkPrinter --+
                   |
                  TextIpNetworkPrinter

Prints out IpNetwork hierarchy as text with indented lines.

Instance Methods [hide private]
 
printIpNetwork(self, net)
Print out the IpNetwork and IpAddress hierarchy under net.
source code
 
_printTree(self, net, indent=" ") source code
 
_printIpNetworkLine(self, net, indent="") source code

Inherited from IpNetworkPrinter: __init__