DataStorageMap¶
-
class
visualife.widget.DataStorageMap¶ Bases:
visualife.widget.ProcessDataClass that stores content in a Python dictionary
Bare constructor
Methods Summary
__call__(*args, **kwargs)stores content in a Python dictionary Methods Documentation
-
__call__(*args, **kwargs)¶ stores content in a Python dictionary
Parameters: - args – data to be stored
- kwargs – see below
Keyword Arguments: - key (
string) – key used to store the data in this directory, e.g. the name of the file the data come from
-