- Notifications
You must be signed in to change notification settings - Fork673
Implement __eq__ and __hash__ methods#702
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for your contribution. What use-case do you have for this? How can I test it? |
My use case is to compute statistics. One of them being the number of commits not part of a merge request. merge_requets_commits=XXXcommits_not_linked_to_mr= [commitforcommitinproject.commits.list(all=True,ref_name='master')ifcommitnotinmerge_requets_commits] The For the Sorry I forgot about the tests, I'll add some of them to test the changes. |
To ease lists and sets manipulations.
To ease lists and sets manipulations.