示例#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)
示例#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)
示例#3
0
 def reset(self):
     """Called before starting to process a batch.
     Should clean any pending data."""
     BaseHandler.reset(self)
示例#4
0
 def reset(self):
     self.pkey_ev_map = {}
     BaseHandler.reset(self)
示例#5
0
 def reset(self):
     """Called before starting to process a batch.
     Should clean any pending data."""
     BaseHandler.reset(self)
示例#6
0
 def reset(self):
     self.pkey_ev_map = {}
     BaseHandler.reset(self)