How to make extract
work for a type wrapping PyAny
#4873
Unanswered
flying-sheep
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create the following type wrapping
scipy.sparse.sp{matrix,array}
:I want to avoid having an internal reference inside since it should only be used through
Bound<'py, CSMatrix<_, _>>
.How can I get this to work:
Beta Was this translation helpful? Give feedback.
All reactions