Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
console
/
indent9.py
blob: 207728408e81f01a0240c81862704f9948df01df [
file
] [
log
] [
blame
]
Tor Norbye
c667c1f
2014-05-28 17:06:51 -0700
[
diff
] [
blame
]
1
class
foo
:
2
"""
3
Some docstring here.
4
Another string.
5
"""
6
def
bar
(
self
):
7
print
"hello"