blob: 8bfc48529a429326d89cce610ab379956fd80f1c [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class A:
2 def foo(self, e):
3 self.kw = {}
4 self.add_comm(**self<arg1>.kw)
5
6
7 def add_comm(self, **kw):
8 self.kw = []
9