Exemplo n.º 1
0
 def __init__(self, uniphout):
     AbstractInfoWidget.__init__(self)
     self.krutilka = ConsoleScreen.krutilka()
     self.owner = uniphout
     self.rps = 0
Exemplo n.º 2
0
 def __init__(self, sender):
     AbstractInfoWidget.__init__(self)
     self.owner = sender
Exemplo n.º 3
0
 def __init__(self, sender):
     AbstractInfoWidget.__init__(self)
     self.owner = sender
Exemplo n.º 4
0
 def __init__(self, abench):
     AbstractInfoWidget.__init__(self)
     self.abench = abench
     self.active_threads = 0
 def __init__(self, uniphout):
     AbstractInfoWidget.__init__(self)
     self.krutilka = ConsoleScreen.krutilka()
     self.owner = uniphout
     self.rps = 0
Exemplo n.º 6
0
 def __init__(self, abench):
     AbstractInfoWidget.__init__(self)
     self.abench = abench
     self.active_threads = 0