ExperimentSession.abort_functions#
- property ExperimentSession.abort_functions[source]#
A list of functions that will be called upon aborting an experiment session.
See also
The
Experiment.abort()
decorator can be used to add functions to this list.- Type
List[callable]