Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result refactor #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    db93c37 View commit details
    Browse the repository at this point in the history
  2. Add useful __repr__() methods to Models & Result

    Uses the Model.fields[0] by default, but can be overridden via `Model.repr_field`
    rcoup committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    d6d4a9d View commit details
    Browse the repository at this point in the history
  3. Refactor model construction from results.

    * move sub type & dependent type declarations to the model classes
    * dependent_sub_types moves to the sub type classes themselves
    * simplify construct/init_* methods
    rcoup committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    e3ce01b View commit details
    Browse the repository at this point in the history