Lines Matching refs:batch_mode
1384 def __init__(self, batch_mode=False, meta_root=None, log_updates=False,
1388 'batch_mode' is an optional boolean value that indicates that
1418 self.__batch_mode = batch_mode
2226 old_batch_mode = self.batch_mode
2227 self.batch_mode = True
2230 self.batch_mode = old_batch_mode
2283 old_batch_mode = self.batch_mode
2284 self.batch_mode = True
2313 self.batch_mode = old_batch_mode
2327 self.batch_mode = old_batch_mode
3856 batch_mode = property(__get_batch_mode, __set_batch_mode)