I am using default dict. I need to pprint
.
However, when I pprint
...this is how it looks.
defaultdict(<functools.partial object at 0x1f68418>, {u'300:250': defaultdict(<functools.partial object at 0x1f683c0>, {0: defaultdict(<type 'list'>, {u'agid1430864021': {u'status': u'0', u'exclude_regi..........
How to I get pprint
to work with default dict?