Ejemplo n.º 1
0
 def __init__(self):
     self._eventGen = scheduler.Timer(self.creationIntervalDistr)
     TwoSides.__init__(self)
Ejemplo n.º 2
0
 def __init__(self):
     self._eventGen = event.Every(self.creationIntervalDistr)
     TwoSides.__init__(self)