Does python automatically delete object?

前端 未结 0 1541
离开以前
离开以前 2021-02-15 07:23

I have a class like:

class MyClass:
    def __init__(self, data):
        self.client1   = ThirdPartyLib1.Client(data[\'a\'])
        self.client2   = ThirdPartyL         


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