Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
formatter
/
comment.py
blob: 92330fbd0d6a301a2263ac8e8d90994a6b2e535b [
file
] [
log
] [
blame
]
def
foo
(
a
):
if
a
==
5
:
# a is 5
print
'no'
foo
(
5
)