summaryrefslogtreecommitdiff
path: root/keystoneclient/httpclient.py
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2014-02-28 11:22:26 +1000
committerJamie Lennox <jamielennox@redhat.com>2014-03-24 09:49:10 +1000
commit67e99991d52bc788a1380e8cb5fa1ffa27a484c8 (patch)
tree66ddec2a0eb46fcc00c5aad21ac9ce352bb39c66 /keystoneclient/httpclient.py
parentce342dc6c9b7a91d3e39d7c57c0b7f089f7c83ac (diff)
downloadpython-keystoneclient-67e99991d52bc788a1380e8cb5fa1ffa27a484c8.tar.gz
Add a positional decorator
This decorator allow us to define that certain parameters are strictly keyword arguments only, without sacrificing the convenience of having those arguments listed in the function definition. This will mean that we are no longer trapped maintaining backwards compatibility for the order of keyword arguments. The enforcement levels should allow us to start putting warnings on existing functions and strict enforcement on new functions. Partial-Bug: #1295881 Change-Id: Ic0a196874930e7be8362df50594471ab8037c5b2
Diffstat (limited to 'keystoneclient/httpclient.py')
0 files changed, 0 insertions, 0 deletions