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