mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 02:39:37 +07:00
10 lines
123 B
Python
10 lines
123 B
Python
__author__ = 'ktisha'
|
|
|
|
|
|
class A:
|
|
def __init__(self):
|
|
self._a = 1
|
|
|
|
def foo(self):
|
|
self.<caret>b = 1
|