gramps/src/Simple
Gerald Britton 1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +00:00
..
__init__.py 2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-01-24 20:38:10 +00:00
_SimpleAccess.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
_SimpleDoc.py Fixed a bug in HTML table widths; allow args to make_basic_stylesheet; add scrollbars to tabbed items 2009-11-23 01:39:29 +00:00
_SimpleTable.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Makefile.am 2007-12-24 Jerome Rapinat <romjerome@yahoo.fr> 2007-12-25 12:23:31 +00:00