Searched refs:BatchList (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
H A Dtest_batch.py28 from boto.dynamodb.batch import BatchList namespace
88 b = BatchList(self.layer2)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
H A Dtable.py24 from boto.dynamodb.batch import BatchList namespace
65 batch = BatchList(self.table.layer2)
H A Dbatch.py130 class BatchList(list): class in inherits:list
144 Add a Batch to this BatchList.
208 Convert a BatchList object into format required for Layer1.
H A Dlayer2.py27 from boto.dynamodb.batch import BatchList, BatchWriteList namespace
281 Return a new, empty :class:`boto.dynamodb.batch.BatchList`
284 return BatchList(self)
500 :type batch_list: :class:`boto.dynamodb.batch.BatchList`
501 :param batch_list: A BatchList object which consists of a

Completed in 113 milliseconds