Files
2013-03-22 11:59:47 +04:00

9 lines
184 B
Python

__author__ = 'ktisha'
class A:
def __init__(self):
self.a = 1
def foo(self):
<weak_warning descr="Instance attribute b defined outside __init__">self.b</weak_warning>= 1