Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
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