ExperimentSession.finish_functions#

property ExperimentSession.finish_functions[source]#

A list of functions that will be called upon finishing an experiment session.

See also

The Experiment.finish() decorator can be used to add functions to this list.

Type

List[callable]