Is it possible to have sensible __eq__ default implementations?

Issue #53 resolved
Johan Rosenkilde created an issue

Many encoders and decoders will not take parameters, and it's annoying to have to write more or less the same __eq__ functions for all each them.

Can we (should we?) have a default implementation which covers the case of no-parameter encoder/decoder?

Comments (1)

  1. Log in to comment