lilintan f6e549f9be Set the initial value to None
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
2016-11-02 12:02:21 +00:00
2016-07-07 14:09:12 +02:00
2016-07-07 14:09:12 +02:00
2016-07-07 08:33:25 +00:00
2016-07-07 14:09:12 +02:00
2016-07-07 14:09:12 +02:00
2016-07-07 14:09:12 +02:00
2016-07-07 14:09:12 +02:00
2016-07-07 14:09:12 +02:00
2016-07-07 14:09:12 +02:00
2016-07-07 14:09:12 +02:00
2016-07-07 14:09:12 +02:00
2016-09-08 10:57:01 +02:00
2016-07-12 14:10:38 +02:00
2016-07-09 19:26:45 +00:00
2016-08-26 16:49:55 +02:00

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).

Features

  • TODO
Description
Python client for Kingbird
Readme 935 KiB
Languages
Python 98.4%
Shell 1.4%
reStructuredText 0.2%