Skip to content
Discussion options

You must be logged in to vote

Integer indexing is internally wired up to the sequence protocol, which dictionaries do not support. As of commit 93a653c, there is a workaround that you can use:

res[nb::int_(value)] = "a";

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wjakob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants