예제 #1
0
 def begin_batch(self):
     if self._batchclient is None:
         self._batchclient = _BatchClient(
             service_instance=self,
             authentication=self.authentication,
             timeout=self._httpclient.timeout)
     return self._batchclient.begin_batch()
예제 #2
0
 def begin_batch(self):
     if self._batchclient is None:
         self._batchclient = _BatchClient(service_instance=self,
                                          account_key=self.account_key,
                                          account_name=self.account_name,
                                          timeout=self._httpclient.timeout)
     return self._batchclient.begin_batch()
예제 #3
0
파일: tableservice.py 프로젝트: wryi/RCMS
 def begin_batch(self):
     if self._batchclient is None:
         self._batchclient = _BatchClient(
             service_instance=self,
             account_key=self.account_key,
             account_name=self.account_name)
     return self._batchclient.begin_batch()
 def begin_batch(self):
     if self._batchclient is None:
         self._batchclient = _BatchClient(
             service_instance=self,
             authentication=self.authentication,
             timeout=self._httpclient.timeout)
     return self._batchclient.begin_batch()