moto/moto/ssm
Mike Liu bbf70bf21c Fix using mutable default arguments.
According to
http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments
using mutable default arguments is not a good practice since it doesn't
perform intuitively. For example lists and dictionaries as default
arguments are initialized ONCE instead of on each invocation of the
function.
2018-06-11 12:28:11 -04:00
..
__init__.py Implement support for SSM parameter store 2017-04-18 19:09:10 +02:00
models.py Fix using mutable default arguments. 2018-06-11 12:28:11 -04:00
responses.py Implement the ListCommands API endpoint for the SSM client. 2018-04-25 16:25:44 -04:00
urls.py Implement support for SSM parameter store 2017-04-18 19:09:10 +02:00