factory
Top-level functions for custom list store creation.
create_custom_list_store(parsed_uri)
Create a MLTE custom list store instance.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parsed_uri
|
StoreURI
|
The URI for the store instance |
required |
Returns:
| Type | Description |
|---|---|
CustomListStore
|
The store instance |
Source code in mlte/store/custom_list/factory.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | |