mirror of
https://github.com/beetbox/beets.git
synced 2025-12-29 12:02:44 +01:00
Instead of encoding the conversion behaviour in the model class (via the `_bytes_keys` attribute) we define it on the type. This gives us a more extensible interface and separates logic. This should not change any behaviour (as one can see by closely staring at the code). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| db.py | ||
| query.py | ||
| queryparse.py | ||
| types.py | ||