Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
refactoring
/
invertBoolean
/
parameter.after.py
blob: 291bad624300cdf2a2587b37a9e49724439b2def [
file
] [
log
] [
blame
]
def
foo
(
notVar
=
False
):
var1
=
True
return
not
notVar