Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
88f318c9bf709fa5700350636925f2c46d6ae08d
/
.
/
python
/
testData
/
refactoring
/
dependenciesTest.py
blob: aa245b2e1a5755e0f64e7f33095bfbaa90244f08 [
file
] [
log
] [
blame
]
Tor Norbye
88f318c
2014-02-27 16:41:16 -0700
[
diff
] [
blame^
]
1
class
Foo
:
2
"""
3
Some doc
4
"""
5
6
def
my_method
(
self
):
7
pass
8
9
CLASS_FIELD
=
42