mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
6 lines
95 B
Python
6 lines
95 B
Python
class Foo:
|
|
def __init__(self, id_value):
|
|
self.qu = id_value
|
|
f = Foo(3)
|
|
f.q<caret>u
|