Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
refactoring
/
extractsuperclass
/
simple.before.py
blob: b5c33698d6d7b68ef6edfb4ccaf0f42cb59856ca [
file
] [
log
] [
blame
]
class
Foo
:
def
bar
(
self
):
print
"foo"
def
foo
(
self
):
print
"bar"