Package suds :: Module sudsobject :: Class Printer
[hide private]
[frames] | no frames]

Class Printer

source code

Pretty printing of a Object object.

Instance Methods [hide private]
 
tostr(self, object, indent=-2)
get s string representation of object
source code
 
process(self, object, h, n=0, nl=False)
print object using the specified indent (n) and newline (nl).
source code
 
print_object(self, d, h, n, nl=False)
print complex using the specified indent (n) and newline (nl).
source code
 
print_dictionary(self, d, h, n, nl=False)
print complex using the specified indent (n) and newline (nl).
source code
 
print_collection(self, c, h, n)
print collection using the specified indent (n) and newline (nl).
source code
 
unwrap(self, d, item)
translate (unwrap) using an optional wrapper function
source code
 
exclude(self, d, item)
check metadata for excluded items
source code
Class Methods [hide private]
 
indent(cls, n) source code