mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 20:52:37 +07:00
GitOrigin-RevId: caf60bd52a1872a2eb53f3617a6ffb51b195ff33
7 lines
99 B
Python
7 lines
99 B
Python
class MyWarning:
|
|
def __init__(self):
|
|
self.instance_var = 42
|
|
|
|
|
|
w = MyWarning()
|
|
w.<caret> |