Пример #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
Пример #2
0
 def __init__(self, **opts):
   Catcher.__init__(self, **opts)
   self.maybe_ring = 0
   return
Пример #3
0
 def __init__(self,**opts):
   Catcher.__init__(self, **opts)
   self.seen_once = 0
   self.curr_line = 0
   return
Пример #4
0
 def __init__(self, **opts):
   Catcher.__init__(self, **opts)
   self.pending_done = 0