bluecast.config.config_validations

Module to create Pydantic like validations.

Module Contents

Functions

check_types_init(init_method)

_matches_type(→ bool)

Return True if 'value' matches the 'expected_type' annotation.

bluecast.config.config_validations.check_types_init(init_method)
bluecast.config.config_validations._matches_type(value, expected_type) bool

Return True if ‘value’ matches the ‘expected_type’ annotation.