heat/heat/engine
Dmitry Tyurnikov 1bb37b6857 Some lambda were replaced on def
Always use a def statement instead of an assignment statement that binds
a lambda expression directly to an identifier.

Yes:
def f(x): return 2*x

No:
f = lambda x: 2*x

https://www.python.org/dev/peps/pep-0008/

Change-Id: I776b80bb4bc2184125f461c801897f84d3f29254
2015-09-23 11:35:29 +01:00
..
cfn Fix [H405] pep rule in heat/engine/cfn 2015-09-22 09:54:26 +03:00
clients Fix [H405] pep rule in heat/engine/clients 2015-09-21 14:51:46 +03:00
constraint Remove iso8601 dependency 2015-09-03 16:39:54 +02:00
hot Fix [H405] pep rule in heat/engine/hot 2015-09-21 14:51:46 +03:00
notification Remove deprecated list_notifier_drivers option 2015-06-01 16:56:21 +03:00
resources Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
attributes.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
constraints.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
dependencies.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
environment.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
event.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
function.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
lifecycle_plugin.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
parameter_groups.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
parameters.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
plugin_manager.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
properties.py Don't pass defaults as parameters for TemplateResource 2015-09-22 08:26:09 +01:00
resource.py Merge "Add resource.root_stack_id column" 2015-09-22 09:04:27 +00:00
rsrc_defn.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
scheduler.py Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
service.py Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
service_software_config.py Use atomic_key for deployment metadata updates 2015-08-14 09:17:28 +12:00
service_stack_watch.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
stack.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
stack_lock.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
support.py Validate support_status while searching resource registry 2015-08-31 10:01:04 +05:30
sync_point.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
template.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
timestamp.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
update.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
watchrule.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00
worker.py Fix [H405] pep rule in heat/engine 2015-09-21 14:51:46 +03:00