sensortoolkit.lib_utils._check_type
This module contains a method for evaluting the type of an object to determine whether the type matches a list of accepted or anticipated types.
This module is used by various methods including
sensortoolkit.calculate.regression_stats()
to ensure that arguments passed
to functions are of an accepted/expected type.
- @Author:
- Samuel Frederick, NSSC Contractor (ORAU)U.S. EPA / ORD / CEMM / AMCD / SFSB
- Created:
Mon Nov 1 10:10:08 2021
- Last Updated:
Mon Nov 1 10:10:08 2021
Functions
Verify the type of an object is an anticipated type or is contained within a list of accepted types. |