8f0582df8a
Old code: for x in y: f(x) New Code: map(f, y) Also use defaultdict instead of simple dict when advantageous and use list comprehensions instead of for loops where map() could be used but requires lambdas. svn: r14135 |
||
---|---|---|
.. | ||
AncestorReport.py | ||
BirthdayReport.py | ||
CustomBookText.py | ||
DescendReport.py | ||
DetAncestralReport.py | ||
DetDescendantReport.py | ||
EndOfLineReport.py | ||
FamilyGroup.py | ||
IndivComplete.py | ||
KinshipReport.py | ||
Makefile.am | ||
MarkerReport.py | ||
NumberOfAncestorsReport.py | ||
PlaceReport.py | ||
SimpleBookTitle.py | ||
Summary.py | ||
textplugins.gpr.py |