Validator# class maize.utilities.validation.Validator[source]# Bases: object Validate if a command has run successfully or not. Calling an instance with a subprocess.CompletedProcess object should return boolean indicating the success of the command. __init__()# Methods __init__()