mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 13:20:56 +07:00
6 lines
95 B
Python
6 lines
95 B
Python
class Foo:
|
|
def __init__(self, id_value):
|
|
self.id = id_value
|
|
f = Foo(3)
|
|
f.i<caret>d
|