Files
python-mistralclient/mistralclient
xianming mao 11de0f3873 Avoid use xx=[] for parameter to initialize it's value
This patch is deprecated use xx = [] for the parameter initial value,
this parameter will only be initialized at the first call,this is not
what we expected.
Better choice is to set the initial value to None,
then initialize xx with xx= xx or [] in method body.

More details:http://effbot.org/zone/default-values.htm

Change-Id: Ie538081bb8905ed9b6d5ec5fa75c344a8074fb0e
2016-09-25 12:07:33 +08:00
..
2016-09-12 13:28:31 +10:00
2016-09-07 16:55:20 +03:00
2016-09-21 13:17:29 +00:00