Use class decorators to register Expr subtypes instead of the old classes.py approach

Issue #43 resolved
Martin Sandve Alnæs created an issue

From python 2.6, class decorators are available. We can use them to register Expr subtypes and get rid of having to import all types in classes.py. That will perhaps make it easier to add new types from the outside.

Comments (3)

  1. Martin Sandve Alnæs reporter

    What we have now is close enough to close this issue. Future iterative improvements can get their own issue number.

  2. Log in to comment