store
MLTE custom list store implementation
CustomListStore
Bases: Store
An abstract custom list store
Source code in mlte/store/custom_list/store.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
|
__init__(uri)
Base constructor
Source code in mlte/store/custom_list/store.py
18 19 20 21 |
|
session()
Return a session handle for the store instance.
Returns:
Type | Description |
---|---|
CustomListStoreSession
|
The session handle |
Source code in mlte/store/custom_list/store.py
23 24 25 26 27 28 |
|