Package commons :: Module structs :: Class pprint_mixin
[hide private]
[frames] | no frames]

Class pprint_mixin

source code

object --+
         |
        pprint_mixin

Mixin for pretty-printing free_structs.

Instance Methods [hide private]
 
__str__(self, *args, **kw)
str(x)
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__str__(self, *args, **kw)
(Informal representation operator)

source code 

str(x)

Decorators:
  • @recursion_guard("<...>")
Overrides: object.__str__
(inherited documentation)