Jaymon / pout

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

When POUT_SHORT_PREFIX is active the summary output should change #93

Closed Jaymon closed 3 months ago

Jaymon commented 3 months ago

I get things like:

k = <str (0)>

I think when POUT_SHORT_PREFIX=1 then this should simplify to:

k = ""

That should apply to str, bool, int, and any other primitive types.