Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
refactoring
/
extractsuperclass
/
moveAndMakeAbstract
/
abc.py
blob: ef4f2f69e838ca0db60f8d709b0f9d2c017361e9 [
file
] [
log
] [
blame
]
# Stubs
class
ABCMeta
:
pass
def
abstractmethod
(
foo
):
pass