Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
refactoring
/
dependenciesTest.py
blob: aa245b2e1a5755e0f64e7f33095bfbaa90244f08 [
file
] [
log
] [
blame
]
class
Foo
:
"""
Some doc
"""
def
my_method
(
self
):
pass
CLASS_FIELD
=
42