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