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