HomeSort by relevance Sort by last modified time
    Searched refs:BatchList (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb/
test_batch.py 28 from boto.dynamodb.batch import BatchList
88 b = BatchList(self.layer2)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
table.py 24 from boto.dynamodb.batch import BatchList
65 batch = BatchList(self.table.layer2)
batch.py 130 class BatchList(list):
144 Add a Batch to this BatchList.
208 Convert a BatchList object into format required for Layer1.
layer2.py 27 from boto.dynamodb.batch import BatchList, BatchWriteList
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
    [all...]

Completed in 287 milliseconds