mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-26 00:11:33 +07:00
added quick fix for the PyAttributeOutsideInitInspection
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
__author__ = 'ktisha'
|
||||
|
||||
|
||||
class A:
|
||||
"""
|
||||
class docstring
|
||||
"""
|
||||
|
||||
def foo(self):
|
||||
self.<caret>b = 1
|
||||
Reference in New Issue
Block a user