1f2469b09f
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 |
||
---|---|---|
.. | ||
Rules | ||
SideBar | ||
__init__.py | ||
_FilterComboBox.py | ||
_FilterList.py | ||
_FilterMenu.py | ||
_FilterParser.py | ||
_FilterStore.py | ||
_GenericFilter.py | ||
_ParamFilter.py | ||
_SearchBar.py | ||
_SearchFilter.py | ||
Makefile.am |