mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 06:07:04 +07:00
9 lines
115 B
Python
9 lines
115 B
Python
__author__ = 'ktisha'
|
|
|
|
|
|
class A:
|
|
def __init__(self):
|
|
pass
|
|
|
|
def foo(self):
|
|
self.<caret>b = 1 |