openstacksdk/openstack/image/v2
Monty Taylor 2d472aea49
Rename Resource get and update to not clash with dict
The next change is going to make Resource a subclass of dict so that we
can return Resource objects in the shade layer. Unfortunately, the
Resource base class has two methods, get and update, that conflict with
standard dict method names. To keep things reviewable, just change the
method names.

Most consumers should not be using either of these methods directly.
They are mostly there for lower-level things to use. However, they COULD
be using them, so it's important to note that this is a breaking change.

Change-Id: I2fedeea6e405dcbd333482c1964173ade98ca04d
2018-08-09 07:36:18 -05:00
..
__init__.py Add image V2 service version 2014-11-19 12:52:21 -08:00
_proxy.py Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
image.py Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
member.py Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00