Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveAssignmentQuickFixTest
/
emptyFunction.py
blob: be5b4c94dd40267f42d74d852774715b2bb4e0bc [
file
] [
log
] [
blame
]
def
foo
():
pass
a
=
<
caret
>
foo
()