We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
impl TryFromObject for SequenceIndex
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
#3121 will remove almost all use cases of impl TryFromObject for SequenceIndex.
For now, this is intended to be used with PyObjectRef + SequenceIndex::try_from_object_for. Removing this impl will be helpful to prevent misuse
PyObjectRef
SequenceIndex::try_from_object_for
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
#3121 will remove almost all use cases of
impl TryFromObject for SequenceIndex
.For now, this is intended to be used with
PyObjectRef
+SequenceIndex::try_from_object_for
. Removing this impl will be helpful to prevent misuseThe text was updated successfully, but these errors were encountered: