added quick fix for the PyAttributeOutsideInitInspection

This commit is contained in:
Ekaterina Tuzova
2013-03-21 17:12:12 +04:00
parent d95b343465
commit 51ca2375f2
16 changed files with 271 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
__author__ = 'ktisha'
class A:
"""
class docstring
"""
def __init__(self):
self.b = 1
def foo(self):
pass