Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
defaultparametervalue.py
blob: a7131370ec975e80d9fcba1619912a2c744fb804 [
file
] [
log
] [
blame
]
FOO
=
1
def
foo
(
self
,
param
=
FOO
):
pass