Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyAttributeOutsideInitInspection
/
trueNegative.py
blob: e0961ac41062bd2c496b837a72360bf43cf40b0e [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
:
def
__init__
(
self
):
self
.
a
=
1
self
.
b
=
1
def
foo
(
self
):
self
.
b
=
1