instead of using abstract class Set, actually *derive* from frozenset
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 22 Apr 2019 10:07:01 +0000 (11:07 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Mon, 22 Apr 2019 10:07:01 +0000 (11:07 +0100)
commit2f76a43c23759d89ded157e705ae2284c7c6a1da
treeb9123148300c6308179b98274eb2e2e8ca1a2270
parentb19589cc016b4026b0c06bf128c9afd264c1736c
instead of using abstract class Set, actually *derive* from frozenset
(which was not possible to do in python2): can remove 25% of LFSR2.py in
the process.  also made max_exponent just a member of LFSR2 instead of
being a property (no need for __max_exponent when max_exponent is what
is needed and can be assigned then accessed directly)
TLB/src/LFSR2.py
TLB/src/LFSR2.pyi