Ejemplo n.º 1
0
 def __init__(self, cond):
     Bus.__init__(self)
     self.condition = cond
Ejemplo n.º 2
0
 def __init__(self, cond):
     Bus.__init__(self)
     self.condition = cond
Ejemplo n.º 3
0
 def __init__(self, sync_delay=1):
     Bus.__init__(self)
     self.sync_delay = sync_delay
     self.condition = Condition()
Ejemplo n.º 4
0
 def __init__(self, sync_delay=1):
     Bus.__init__(self)
     self.sync_delay = sync_delay
     self.condition = Condition()