class A(): __init__(self, **arg): self.__dict__.update(arg)
def M(self, config=None, section=None):
if config is None:
config = self.config
if section is None:
section = self.section
来源:https://www.zhihu.com/question/22959976/answer/23246445