chiark / gitweb /
catacomb/__init__.py: Support IPython's pretty-printer.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 May 2017 00:38:30 +0000 (01:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 3 May 2017 21:32:23 +0000 (22:32 +0100)
commit96d7ed6cf6cf94aca7f3ff04d64f58f68ad7a367
treec5e6e53d5521402c18b5d2ee00971a6162e6e03d
parent1b61856d4b3feef4f3cd810da2ef8bf3e54d6041
catacomb/__init__.py: Support IPython's pretty-printer.

Add `_repr_pretty_' methods to many types to improve presentation.
Also, sneakily add a bunch of printing methods to the key-management
classes.
catacomb/__init__.py