heat/doc/source/ext
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
..
__init__.py Move resource doc generation to doc/source/ext 2013-11-13 15:21:04 +13:00
resources.py Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
tablefromtext.py Add table of custom constraints to hot spec 2015-09-18 18:53:16 -05:00