LoadLog¶
- class glue.core.data_factories.LoadLog(path, factory, kwargs)¶
Bases:
object
This class attaches some metadata to data created from load_data, so that the data can be re-constructed when loading saved state.
It also watches the path for changes, and auto-reloads the data
This is an internal class only meant to be used with load_data
Methods Summary
component
(index)id
(component)log
(obj)reload
()Re-read files, and update data
Methods Documentation
- component(index)¶
- id(component)¶
- log(obj)¶
- reload()¶
Re-read files, and update data