Values not propagating to parents method from child in Python

前端 未结 0 1821
滥情空心
滥情空心 2020-11-29 01:42

Here are my classes:

class A(Something):
    def __init__(self, **kwargs):
        super().__init__(**kwargs)
        self.amounts = []
        self.counts =          


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