datatyping icon indicating copy to clipboard operation
datatyping copied to clipboard

Implement datatyping.printer with subclassing

Open carlbordum opened this issue 5 years ago • 5 comments

I was super stupid, when I implemented datatyping.printer.py. It should be implemented with subclassing instead of monkey patching (with context managers). This would also make it thread-safe.

Relevant: #2.

carlbordum avatar Oct 01 '18 19:10 carlbordum