mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 18:50:59 +07:00
10 lines
145 B
Python
10 lines
145 B
Python
class A:
|
|
def foo(self, e):
|
|
self.kw = {}
|
|
self.add_comm(**self<arg1>.kw)
|
|
|
|
|
|
def add_comm(self, **kw):
|
|
self.kw = []
|
|
|