amaranth
amaranth copied to clipboard
Fix repr of Signature so it works for subclasses
At the moment the __repr__ for Signature doesn't work for derived classes of Signature (as used e.g. in Glasgow).
Simple fix here.