Home
last modified time | relevance | path

Searched refs:batch_write (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
Dtest_highlevel.py94 with users.batch_write() as batch:
385 with users.batch_write() as batch:
517 with posts.batch_write() as batch:
558 with posts.batch_write() as batch:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
Dtest_table.py2029 with self.users.batch_write() as batch:
2039 with self.users.batch_write() as batch:
2084 with self.users.batch_write() as batch:
2096 with self.users.batch_write() as batch:
2162 with self.users.batch_write() as batch:
2186 with self.users.batch_write() as batch:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
Dtable.py945 def batch_write(self): member in Table