Home
last modified time | relevance | path

Searched refs:hash_key_proto_value (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
Dtest_layer2.py45 self.hash_key_proto_value = ''
52 self.hash_key_name, self.hash_key_proto_value,
69 schema = c.create_schema(self.hash_key_name, self.hash_key_proto_value,
84 assert table.schema.hash_key_type == get_dynamodb_type(self.hash_key_proto_value)
418 schema = c.create_schema(self.hash_key_name, self.hash_key_proto_value,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
Dlayer2.py421 def create_schema(self, hash_key_name, hash_key_proto_value, argument
444 hash_key = (hash_key_name, get_dynamodb_type(hash_key_proto_value))