ForwardOnlySection.validate_on_jump()#
- ForwardOnlySection.validate_on_jump()[source]#
Called for validation on jumping from this section.
Overload this method to customize validation behavior.
See also
By default, sections use
validate_on_move()
for validation on all kinds of moves.