Add step to CPG ArrayRangeExpression #372
maximiliankaul
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I think that would be ok |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python supports
step
for slices. Currently, the python-jep branch usesArrayRangeExpression
for slices, which providefloor
andceiling
.Suggestion: add
step
toArrayRangeExpression
Beta Was this translation helpful? Give feedback.
All reactions