beets/beets/dbcore
Simon Persson c5075b2855 Create a cached template() function
We were previously doing calls to Template() directly, sometimes in a
loop. This caused the same template to be recompiled over and over. This
commit introduces a function template() which caches the results, so
that multiple calls with the same template string does not require
recompilation.
2019-05-09 18:24:59 +02:00
..
__init__.py Standardize __future__ imports without parentheses 2016-02-28 15:03:51 -08:00
db.py Create a cached template() function 2019-05-09 18:24:59 +02:00
query.py Fix #2652 by using local timestamps 2018-02-20 23:22:31 -05:00
queryparse.py Stop using beets.config['sort_case_insensitive'] in beets.dbcore 2019-04-27 15:44:56 +01:00
types.py Clarify docstring for Float's digits parameters 2019-04-30 11:49:39 -04:00