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`? adata is saved to the experiment data set, tmp is not. If you are certain that you need something only temporarily in an ongoing session, use tmp. If you may want to access the information while analyzing your data later on, use adata.