infocentre_data_manager.plugins.data_validators.null

base.py

This module includes the validator for variable typing.

Classes

  • NullValidator: Plugin that implements a null validator that returns the results as passed
class infocentre_data_manager.plugins.data_validators.null.NullValidator(**kwargs)

Plugin that implements a null validator that returns the results as passed via parameters.

Inheritance

Inheritance diagram of NullValidator