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