Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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