Set up aliases in campbells.formatter
with a classmethod
#1
Labels
enhancement
New feature or request
campbells.formatter
with a classmethod
#1
At the end of
formatter.py
, aliases are set using theREGISTRY
class var and the__init__
methods of theFormatter
subclassesHTMLFormatter
andXMLFormatter
:campbells/src/campbells/formatter.py
Lines 160 to 199 in bf269f7
This is not a great pattern, instead use a classmethod to make it clearer what is in common (this section is hard to read)
The text was updated successfully, but these errors were encountered: