Exemplo n.º 1
0
 def __init__(self, **opts):
   Catcher.__init__(self, **opts)
   self.stats = {}
   self.old = {}
   self.output = None
   for (stat) in Vitals.statl:
     self.stats[stat] = 0
     self.old[stat] = 0
Exemplo n.º 2
0
 def __init__(self, **opts):
   Catcher.__init__(self, **opts)
   self.maybe_ring = 0
   return
Exemplo n.º 3
0
 def __init__(self,**opts):
   Catcher.__init__(self, **opts)
   self.seen_once = 0
   self.curr_line = 0
   return
Exemplo n.º 4
0
 def __init__(self, **opts):
   Catcher.__init__(self, **opts)
   self.pending_done = 0