LoadLog¶
-
class
glue.core.data_factories.LoadLog(path, factory, kwargs)¶ Bases:
objectThis 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(self, index)id(self, component)log(self, obj)reload(self)Re-read files, and update data
Methods Documentation
-
component(self, index)¶
-
id(self, component)¶
-
log(self, obj)¶
-
reload(self)¶ Re-read files, and update data
-