Searched refs:IncludeIndex (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/ |
D | fields.py | 191 class IncludeIndex(BaseIndexField): class 207 super(IncludeIndex, self).__init__(*args, **kwargs) 210 schema_data = super(IncludeIndex, self).schema() 306 class GlobalIncludeIndex(GlobalBaseIndexField, IncludeIndex): 327 IncludeIndex.__init__(self, *args, **kwargs) 334 schema_data = IncludeIndex.schema(self)
|
D | table.py | 4 AllIndex, KeysOnlyIndex, IncludeIndex, 35 INCLUDE=IncludeIndex,
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/ |
D | test_table.py | 4 AllIndex, KeysOnlyIndex, IncludeIndex, 135 include_index = IncludeIndex('IncludeKeys', parts=[ 1293 self.assertTrue(isinstance(indexes_1[2], IncludeIndex))
|