Example #1
0
 def __init__(self, cond):
     Bus.__init__(self)
     self.condition = cond
Example #2
0
 def __init__(self, cond):
     Bus.__init__(self)
     self.condition = cond
Example #3
0
 def __init__(self, sync_delay=1):
     Bus.__init__(self)
     self.sync_delay = sync_delay
     self.condition = Condition()
Example #4
0
 def __init__(self, sync_delay=1):
     Bus.__init__(self)
     self.sync_delay = sync_delay
     self.condition = Condition()