python class Multiple inheritance __init__ object has no attribute 'xxx'

后端 未结 0 1669
遇见更好的自我
遇见更好的自我 2020-12-29 08:25

i have class , it inheritance other tow class.

class Req(Proxy, Headers):
    def __init__(self):
        super().__ini         


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