
Use xx = [] for the parameter initial value, this parameter will only be initialized at the first call, this is should be avoided. Better choice is to set the initial value to None, then the initialization time use xx= xx or None more information:http://effbot.org/zone/default-values.htm Change-Id: I9f61be1ba38901959d5c9201d41e2ce5911505e5
python-kingbirdclient
Python client for Kingbird
This is a client library for Kingbird built on the Kingbird API. It
provides a Python API (the kingbirdclient
module) and a
command-line tool (kingbird
).
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/python-kingbirdclient
- Source: http://git.openstack.org/cgit/openstack/python-kingbirdclient
- Bugs: http://bugs.launchpad.net/python-kingbirdclient
Features
- TODO
Description
Languages
Python
98.4%
Shell
1.4%
reStructuredText
0.2%