Jaymon / pout

Python pretty print on steroids
MIT License
29 stars 0 forks source link

Formatting issue with classes/instances #67

Closed Jaymon closed 2 years ago

Jaymon commented 3 years ago
{
    'bar': Foo instance at 0x10b20ec50
    <   
        Foo (module.py)
        object

        __str__:
            <Foo object at 0x10b20ec50>
    >,
    'che': 
        {
            'bam': 1
        }
}

Notice the <> of bar, they should match the {} of che