Sign in
android
/
platform
/
external
/
python
/
pylint
/
66ffcbc4c59e41327be1a2b5ef65727bf0314aa9
/
.
/
tests
/
functional
/
u
/
unpacking.py
blob: 59d9abbe41f0b99d623f702179c1bf6b9c463529 [
file
] [
log
] [
blame
]
""" Code for checking the display of the module
for unbalanced-tuple-unpacking and unpacking-non-sequence
"""
def
unpack
():
""" Return something"""
return
(
1
,
2
,
3
)
def
nonseq
():
""" Return non sequence """
return
1