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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_table.py 51 created_table.refresh(wait_for_active=True)
test_layer2.py 56 table.refresh(wait_for_active=True)
97 table.refresh(wait_for_active=True)
98 table2.refresh(wait_for_active=True)
111 table.refresh(wait_for_active=True)
426 table.refresh(wait_for_active=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
dynamodb_load 86 table.refresh(wait_for_active=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
table.py 208 def refresh(self, wait_for_active=False, retry_seconds=5):
213 :type wait_for_active: bool
214 :param wait_for_active: If True, this command will not return
219 :param retry_seconds: If wait_for_active is True, this
227 if wait_for_active:

Completed in 191 milliseconds