enable multiple arguments with __getitem__ access to Expressions
Open
enhancement
- Dominant language
- C++
- Stars
- 3.4k
- Forks
- 701
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to be able to support things like the following in Python:
A[1,2]
B[:,0]
v[12]
T[1,2,3]
and so on. To do so, we need a generalized element access Node and the appropriate syntactic glue in the Python wrapper.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.