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,10 @@
__author__ = 'ktisha'
class A:
"""
class docstring
"""
def foo(self):
self.<caret>b = 1