ExperimentSession.backward()#
- ExperimentSession.backward()[source]#
Moves the experiment backward one page.
Can be called in the
Page.custom_move()
hook to implement very specific movement behavior.See also
Refer to the documentation of
Page.custom_move()
for guidance on how to implement a custom movement method.