chiark / gitweb /
catacomb/__init__.py: Abstract out common printing for `KeyData' subclasses.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 1 May 2017 00:38:30 +0000 (01:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 4 May 2017 23:59:10 +0000 (00:59 +0100)
commit849e8a20349a349a0b4704b531370cacbfd44f44
tree2ce0b9c021f2bc3031be8c7e501f58ab0a75beb2
parent16178155513725d7fee6e61316c200aaed7eff17
catacomb/__init__.py: Abstract out common printing for `KeyData' subclasses.

Introduce `_guts' to return the thing that each subclass encapsulates.
`KeyDataStructured' is a special snowflake which I'm willing to handle
separately.
catacomb/__init__.py