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