Ejemplo n.º 1
0
 def reset(self):
     """Forget config info."""
     if Bublin.bubbles_max_slot:
         Bublin.bubbles_max_slot = None
     if Bublin.bubbles_local_slots:
         Bublin.bubbles_local_slots = None
     BaseHandler.reset(self)
Ejemplo n.º 2
0
 def reset(self):
     """Forget config info."""
     if Bublin.bubbles_max_slot:
         Bublin.bubbles_max_slot = None
     if Bublin.bubbles_local_slots:
         Bublin.bubbles_local_slots = None
     BaseHandler.reset(self)
Ejemplo n.º 3
0
 def reset(self):
     """Called before starting to process a batch.
     Should clean any pending data."""
     BaseHandler.reset(self)
Ejemplo n.º 4
0
 def reset(self):
     self.pkey_ev_map = {}
     BaseHandler.reset(self)
Ejemplo n.º 5
0
 def reset(self):
     """Called before starting to process a batch.
     Should clean any pending data."""
     BaseHandler.reset(self)
Ejemplo n.º 6
0
 def reset(self):
     self.pkey_ev_map = {}
     BaseHandler.reset(self)