-
Notifications
You must be signed in to change notification settings - Fork 34
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
create a decorator for _build_collection #711
base: main
Are you sure you want to change the base?
Conversation
I think something like |
this looks good to me |
Huh. Turns out making that a |
we seemed to stall on this one. How do we want to proceed? |
I completely forgot about this pr, maybe I'll try to move it outside of the class like as eric suggested. |
I think this version also works, but pylint complains that I'm accessing protected member functions. Not sure what to do with this, can I just remove the underscore in the name? |
I think renaming the decorator to |
thanks Eric. |
An attempt to address issue #668.
Not sure if this is any better or cleaner.