Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyClassHasNoInitInspection
/
class.py
blob: d3cebf62b1c1b6a24a72b7534d152760401d100a [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
<
weak_warning descr
=
"Class has no __init__ method"
>
A
</
weak_warning
>:
def
foo
(
self
):
self
.
b
=
1