gramps/src/Filters
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
..
Rules Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
SideBar Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
__init__.py 2548: deprecated system_filter.xml 2009-08-20 12:27:29 +00:00
_FilterComboBox.py 2548: deprecated system_filter.xml 2009-08-20 12:27:29 +00:00
_FilterList.py Bug 3018: remove calls to keys() dictionary method where possible 2009-05-22 18:43:40 +00:00
_FilterMenu.py 2548: deprecated system_filter.xml 2009-08-20 12:27:29 +00:00
_FilterParser.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
_FilterStore.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
_GenericFilter.py Bug 0003230: Error while deleting family selected by any filter. 2009-10-06 20:19:56 +00:00
_ParamFilter.py 2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com> 2008-01-18 17:03:55 +00:00
_SearchBar.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
_SearchFilter.py Bug 3011: change old-style classes to new-style classes 2009-05-21 17:19:50 +00:00
Makefile.am Update 2006-08-05 04:53:21 +00:00