ExperimentSession.tmp#
- property ExperimentSession.tmp: alfred3._helper._DictObj[source]#
A modified dictionary of temporary data.
This dictionary allows access to values via dot-notation.
Notes
How to decide whether you should use :attr:`.tmp` or :attr:`.adata`?
adatais saved to the experiment data set,tmpis not. If you are certain that you need something only temporarily in an ongoing session, usetmp. If you may want to access the information while analyzing your data later on, useadata.