-
Notifications
You must be signed in to change notification settings - Fork 779
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
Complete sequence API for list/tuple? #1845
Comments
Specifically on Though in general I'm in favour of making it easier for users, so happy to find improvements here. We could also have |
Well, there's a few inconsistencies: for example, since the |
Ah, that's a good point! In which case a specialized |
I propose to add all methods present in
PySequence
(such asdel_item
) toPyList
andPyTuple
. It is quite convenient not to have to cast toPySequence
for some operations but not for others.The text was updated successfully, but these errors were encountered: