Various stuff on Technology, Innovation, Research, Programming, and other things.
class A(object): def __init__(s, **kw): for n,v in kw.items(): setattr(s,n,v)
It is really a nice trick! Thank you.
Post a Comment
1 comment:
It is really a nice trick! Thank you.
Post a Comment