friendly-traceback / friendly

Friendly-traceback's version used in most situations
https://friendly-traceback.github.io/docs/index.html
MIT License
40 stars 5 forks source link

Add fancy repr to console helpers #8

Closed aroberge closed 3 years ago

aroberge commented 3 years ago

This issue is meant to parallel https://github.com/friendly-traceback/friendly-traceback/issues/31

aroberge commented 3 years ago

In previous commit, I used the new function add_help_attribute to add function attributes which should silence mypy (and makes for cleaner code). I need to redesign the Friendly object from friendly-traceback so that adding new methods is easier/clearer.

aroberge commented 3 years ago

The object Friendly has now been redesigned, making it easier to add/remove methods.