Created
June 5, 2020 22:05
-
-
Save robdmc/8dd9f05825d3db6b115cf8dffe6b534c to your computer and use it in GitHub Desktop.
Pretty Print Display Hook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pprint | |
| import sys | |
| sys.displayhook = pprint.pprint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment