f6e549f9be
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 |
||
---|---|---|
.. | ||
common | ||
__init__.py |