Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
/
notImplemented.py
blob: a84f89096303509acd0269f11e53abfdf7fd1a2b [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
:
def
pop
(
self
):
raise
NotImplementedError
()