Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
814f829cd44c28c7045e08b15bd7ee08890cbd80
/
.
/
python
/
testData
/
refactoring
/
dependenciesTest.py
blob: aa245b2e1a5755e0f64e7f33095bfbaa90244f08 [
file
] [
log
] [
blame
]
Tor Norbye
814f829
2014-03-06 17:27:18 -0800
[
diff
] [
blame^
]
1
class
Foo
:
2
"""
3
Some doc
4
"""
5
6
def
my_method
(
self
):
7
pass
8
9
CLASS_FIELD
=
42