In python update an object with a new variable at runtime

前端 未结 0 1559
别跟我提以往
别跟我提以往 2020-12-21 04:39

I created an python class previously.

class Tester:
    def __init__(self):
        self.info = []

I saved a bunk of objects of class Tester

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