Prevent code duplication inside Python classes

后端 未结 0 1511
半阙折子戏
半阙折子戏 2020-11-28 20:06

Here is part of my code:

class classA(Something):

    CONFIG={
        "opt_a": "opt_b"
    }

    def construct(self):
         Some Uni         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题