python inheritance: __init__ (self, self)?

前端 未结 0 1005
无人及你
无人及你 2020-12-12 23:23

I see a piece of code that is

class IBapi(EWrapper, EClient):
    def __init__(self):
        EClient.__init__(self, self)

I\'m confused what

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