check_scene

Contents

check_scene#

scarlet2.check_scene(scene) list[ValidationResult][source]#

Check the scene against the various validation rules.

Parameters:

scene (Scene) – The scene object to check.

Returns:

A list of validation results from the validation checks of the scene.

Return type:

list[ValidationResult]