예제 #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
파일: bulk.py 프로젝트: digideskio/skytools
 def reset(self):
     self.pkey_ev_map = {}
     BaseHandler.reset(self)