
June 11, 2020
3:15 a.m.
On Wed, Jun 10, 2020, 8:04 PM Jonathan Crall <erotemic@gmail.com> wrote:
I wouldn't mind if this *only *worked for the specific characters "print".
I often swap out 'print' for 'pprint', depending on the presentation I'm assuming for. Obviously, I need a 'from pprint import pprint' earlier. It "just works" and is seamless. It would become an impedance mismatch if it didn't include 'pprint'. But what about my 'custom_print' I use occasionally...