description

hrepr(obj)

obj

{'a': 1, 'b': 2, 'c': 3}

result

{
a: 1
b: 2
c: 3
}