Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyCompatibilityInspection
/
ellipsisInSubscriptionPy2.py
blob: e0e70df1ee919ada84b478f4b265a9c0e362d0b5 [
file
] [
log
] [
blame
]
import
numpy
x
=
numpy
.
zeros
((
3
,
4
,
5
))
y
=
x
[...,
0
]
# pass
y
=
x
[...,
0
,
:]
# pass