Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyAttributeOutsideInitInspection
/
baseClassAttrs.py
blob: 1bb6d5fe0676f0fd3a0c88ed973a0757cd55ab84 [
file
] [
log
] [
blame
]
class
Base
(
object
):
class_field
=
1
class
Child
(
Base
):
def
f
(
self
):
self
.
class_field
=
3