tommikaikkonen / prettyprinter

Syntax-highlighting, declarative and composable pretty printer for Python 3.5+
https://prettyprinter.readthedocs.io
MIT License
336 stars 20 forks source link

add support for mappingproxy. #11

Closed Cologler closed 6 years ago

Cologler commented 6 years ago
cpprint(str.__dict__)

before:

picpick-20180104-033654-001

after:

picpick-20180104-033704-001

tommikaikkonen commented 6 years ago

LGTM! Will make a new release on PyPi tonight. :100: