Pretty printing of a Object object.
|
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
|
|