Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
formatter
/
comment.py
blob: 92330fbd0d6a301a2263ac8e8d90994a6b2e535b [
file
] [
log
] [
blame
]
Tor Norbye
3a2425a
2013-11-04 10:16:08 -0800
[
diff
] [
blame^
]
1
def
foo
(
a
):
2
if
a
==
5
:
3
# a is 5
4
print
'no'
5
6
foo
(
5
)