A more specific abstract decorator

Issue #91 resolved
David Lucas repo owner created an issue

I just noticed that @abstract_method decorator can be suffixed with (optional=True). Might be interesting for some methods in Encoder/Decoder (like generator matrix).

Comments (2)

  1. Daniel Augot

    Not being a designer the whole system,I am not the best judge, but I think it can be useful, since there is a lot of variety in encoders and decoders, and that it can be painful and time wasting to implement things no one really care for.

    Looking at this page, I see that NotImplemented is somehow returned. Would it be possible to change this string at the highest and lower levels, with something like Hey, Junior, you should really read about Sudan's agorithm before asking for a parity check matrix here ?

  2. Log in to comment