mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-29 09:49:56 +07:00
added quick fix for the PyAttributeOutsideInitInspection
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
__author__ = 'ktisha'
|
||||
|
||||
|
||||
class A:
|
||||
"""
|
||||
class docstring
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self.b = 1
|
||||
|
||||
def foo(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user