-
- Downloads
[backend] Implement AssetModel class
This class can be used to retrieve a list of available assets. Currently returns only the highest version available for assets that are not experiments. This model can be used, for example, to populate the content of combo boxes when there's a need to show a list of available dataformats.
parent
93e44552
No related branches found
No related tags found
Showing
- beat/editor/backend/__init__.py 26 additions, 0 deletionsbeat/editor/backend/__init__.py
- beat/editor/backend/assetmodel.py 183 additions, 0 deletionsbeat/editor/backend/assetmodel.py
- beat/editor/test/conftest.py 63 additions, 0 deletionsbeat/editor/test/conftest.py
- beat/editor/test/test_models.py 65 additions, 0 deletionsbeat/editor/test/test_models.py
beat/editor/backend/__init__.py
0 → 100644
beat/editor/backend/assetmodel.py
0 → 100644
beat/editor/test/conftest.py
0 → 100644
beat/editor/test/test_models.py
0 → 100644
Please register or sign in to comment