📜  python 代码示例中的 super().__init__(pos, model)

📅  最后修改于: 2022-03-11 14:46:10.407000             🧑  作者: Mango

代码示例1
def __init__(self, pos, model, agent_type):
        super().__init__(pos, model)
        self.pos = pos
        self.type = agent_type