-
- 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.
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
Loading
Please register or sign in to comment