gramps/src/gen/proxy
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 New database proxy which passes through objects which are referenced by at least one another object. 2008-07-07 19:25:18 +00:00
filter.py Small simplifications 2009-11-26 19:53:52 +00:00
living.py 2799: in GEDCOM export, changed timestamp for every single record is 31 DEC 1969 2009-11-18 22:45:54 +00:00
Makefile.am Apparently gen.proxy.dbbase and gen.db.dbdir are not needed anymore; edited support files too 2009-12-22 22:53:25 +00:00
private.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
proxybase.py 3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods 2009-12-23 15:55:58 +00:00
referenced.py Tweaks and simplifications 2010-01-08 21:47:02 +00:00