Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
DefaultArgument_after.py
blob: 8007f9411df1ed374da4e5d6ce420dcf6f56956b [
file
] [
log
] [
blame
]
def
foo
(
args
=
None
):
if
not
args
:
args
=
[]
pass