Exemplo n.º 1
0
 def init (self, state=-1) :
     res = BaseSimulator.init(self, state)
     res.update(self.info)
     res["help"] = self.init_help()
     return res
Exemplo n.º 2
0
 def init(self, state=-1):
     res = BaseSimulator.init(self, state)
     res.update(self.info)
     res["help"] = self.init_help()
     return res