Input Validation#
The input validation functions used throughout PyVista are developed as a
standalone package pyvista-validation.
Use them for checking and/or validating that a variable has the correct type
and/or value in your own code, for example when writing custom methods that
accept flexible array-like input or when wrapping VTK.