-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add missing deque methods #2812
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
Comments
Hi, I would like to do some work on this. Could you @DimitrisJim get me up to speed quickly on this? :) |
Hey @OhBonsai , pick one of the issues linked and I can assign it to you and guide you through anything you need over there. |
@OhBonsai Hello I'm interested in this issue also. If you don't mind, I would like to contribute some of them. would it be possible? and if it's okay, what are you going to implement among these? I'll implement the ones you don't pick. |
@whgusdn321 Wows, It's seem like i can ride your coattails 😄 . I think i could choose |
general tip: |
Hi, |
Ah, I'm afraid not, the last part of this issue is being worked on by someone atm. I'll try and see if I can find any other easy issues soon though, so, be on the look-out for them. |
Uh oh!
There was an error while loading. Please reload this page.
Current basic methods are not implemented on
deque
:collections.deque
doesn't have__add__
method #2835collections.deque
doesn't have a__bool__
method. #2837collections.deque
doesn't have__iadd__
method. #2838collections.deque
doesn't have__imul__
method. #2839collections.deque
does not have__rmul__
method #2834collections.deque
doesn't have__reversed__
method #2836The text was updated successfully, but these errors were encountered: