We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The mixin class has expanded to include a lot of features
Moving forward, this might be easier to navigate if broken into classes reflecting our conceptual table types: data, selection, params.
From there, we could add methods like insert_default to SpyglassParams, which would inherit both SpylgassMixin and dj.Lookup.
insert_default
SpyglassParams
SpylgassMixin
dj.Lookup
Possible features...
insert_with_default
The text was updated successfully, but these errors were encountered:
CBroz1
No branches or pull requests
The mixin class has expanded to include a lot of features
Moving forward, this might be easier to navigate if broken into classes reflecting our conceptual table types: data, selection, params.
From there, we could add methods like
insert_default
toSpyglassParams
, which would inherit bothSpylgassMixin
anddj.Lookup
.Possible features...
insert_default
for paramsinsert_with_default
for selectionThe text was updated successfully, but these errors were encountered: