Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyClassHasNoInitInspection
/
unresolvedParent.py
blob: 33300699d09c2fa880d04f3e189c9baa7c8abb86 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
B
(
ABC
):
def
foo
(
self
):
self
.
b
=
1