Searched refs:delete_attributes (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/ |
D | domain.py | 136 def delete_attributes(self, item_name, attributes=None, member in Domain 171 return self.connection.delete_attributes(self, item_name, attributes, 233 self.delete_attributes(item.name)
|
D | item.py | 129 self.domain.delete_attributes(self.name, del_attrs)
|
D | connection.py | 505 def delete_attributes(self, domain_or_name, item_name, attr_names=None, member in SDBConnection
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sdb/ |
D | test_connection.py | 84 stat = domain.delete_attributes(item_1)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/ |
D | model.py | 229 def delete_attributes(self, attrs): member in Model 239 self._manager.domain.delete_attributes(self.id, attrs)
|
D | sequence.py | 224 self.db.delete_attributes(self.id)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/ |
D | sdbmanager.py | 693 self.domain.delete_attributes(obj.id, del_attrs) 697 self.domain.delete_attributes(obj.id) 728 self.domain.delete_attributes(obj.id, name)
|
D | xmlmanager.py | 495 self.domain.delete_attributes(obj.id, name)
|