Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
psi
/
DefaultTupleArguments.py
blob: 3eb29fd625689470d43d5126d699784f7b88c23a [
file
] [
log
] [
blame
]
def
comp_args
((
a
,
b
)=(
3
,
4
)):
return
a
,
b