mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 14:38:30 +07:00
7 lines
108 B
Python
7 lines
108 B
Python
def _require_instance(type_):
|
|
...
|
|
|
|
class C:
|
|
def do(self):
|
|
<selection>print("x")</selection>
|