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

相关文章:

  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2023-03-31
  • 2022-12-23
  • 2021-11-12
  • 2021-04-26
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2021-11-28
相关资源
相似解决方案