:py:mod:`bluecast.config.config_validations` ============================================ .. py:module:: bluecast.config.config_validations .. autoapi-nested-parse:: Module to create Pydantic like validations. Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bluecast.config.config_validations.check_types_init bluecast.config.config_validations._matches_type .. py:function:: check_types_init(init_method) .. py:function:: _matches_type(value, expected_type) -> bool Return True if 'value' matches the 'expected_type' annotation.