Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyClassHasNoInitInspection
/
unresolvedParent.py
blob: 33300699d09c2fa880d04f3e189c9baa7c8abb86 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
B
(
ABC
):
def
foo
(
self
):
self
.
b
=
1