pyvider-cty 2025-10-29
Header and footer conformance cleanup correcting over-application
245 files · 1,016+ · 1,794-

File Header/Footer Conformance: Cleanup Pass (230 files)

227 files changed
  • __init__.py +2 -9 lines
  • __init__.py +8 -0 lines
  • functions.py +2 -4 lines
  • marks.py +2 -4 lines
  • path-navigation.py +2 -4 lines
  • serialization.py +2 -4 lines
  • terraform-interop.py +2 -4 lines
  • example_utils.py +4 -10 lines
  • __init__.py +8 -0 lines
  • quick-start.py +2 -4 lines
  • run_all_examples.py +3 -9 lines
  • __init__.py +8 -0 lines
  • capsule.py +2 -4 lines
  • collections.py +2 -4 lines
  • dynamic.py +2 -4 lines
  • primitives.py +2 -4 lines
  • structural.py +2 -4 lines
  • __init__.py +1 -2 lines
  • __init__.py +5 -5 lines
  • _version.py +1 -4 lines
  • codec.py +1 -4 lines
  • __init__.py +1 -2 lines
  • defaults.py +1 -2 lines
  • runtime.py +1 -4 lines
  • __init__.py +1 -2 lines
  • validation_context.py +1 -4 lines
  • __init__.py +1 -2 lines
  • _utils.py +1 -4 lines
  • adapter.py +1 -4 lines
  • explicit.py +1 -4 lines
  • inference_cache.py +1 -4 lines
  • raw_to_cty.py +1 -4 lines
  • type_encoder.py +1 -4 lines
  • __init__.py +1 -4 lines
  • base.py +1 -7 lines
  • conversion.py +1 -4 lines
  • encoding.py +1 -7 lines
  • validation.py +1 -6 lines
  • __init__.py +1 -4 lines
  • bytes_functions.py +1 -6 lines
  • collection_functions.py +1 -6 lines
  • comparison_functions.py +1 -6 lines
  • conversion_functions.py +1 -6 lines
  • datetime_functions.py +1 -6 lines
  • encoding_functions.py +1 -6 lines
  • numeric_functions.py +1 -6 lines
  • string_functions.py +1 -6 lines
  • structural_functions.py +1 -6 lines
  • marks.py +1 -4 lines
  • parser.py +1 -4 lines
  • __init__.py +1 -6 lines
  • base.py +1 -6 lines
  • __init__.py +1 -4 lines
  • base.py +1 -4 lines
  • capsule.py +1 -4 lines
  • capsule_types.py +1 -2 lines
  • __init__.py +1 -4 lines
  • list.py +1 -4 lines
  • map.py +1 -4 lines
  • set.py +1 -4 lines
  • __init__.py +1 -4 lines
  • bool.py +1 -4 lines
  • number.py +1 -4 lines
  • string.py +1 -4 lines
  • __init__.py +1 -4 lines
  • dynamic.py +1 -4 lines
  • object.py +1 -4 lines
  • tuple.py +1 -4 lines
  • __init__.py +1 -2 lines
  • recursion.py +3 -8 lines
  • __init__.py +1 -6 lines
  • base.py +1 -6 lines
  • markers.py +1 -4 lines
  • __init__.py +5 -3 lines
  • test_codec_coverage.py +6 -4 lines
  • test_codec_extra.py +6 -4 lines
  • test_codec_roundtrip.py +6 -4 lines
  • test_definitive_roundtrip.py +6 -4 lines
  • test_deserialization_robustness.py +6 -8 lines
  • test_dynamic_deserialization_hardening.py +6 -8 lines
  • test_dynamic_wire_protocol.py +6 -4 lines
  • test_refined_unknowns.py +6 -4 lines
  • test_collection_coverage.py +6 -4 lines
  • test_tofusoup_compat.py +6 -8 lines
  • conftest.py +6 -7 lines
  • test_validation_context.py +6 -4 lines
  • __init__.py +5 -3 lines
  • test_adapter_coverage.py +6 -4 lines
  • test_adapter_extra.py +6 -4 lines
  • test_explicit_conversion.py +6 -8 lines
  • test_infer_cty_type_from_raw_coverage.py +6 -4 lines
  • test_inference.py +6 -4 lines
  • test_inference_cache_context.py +6 -8 lines
  • test_inference_cache_correctness.py +6 -8 lines
  • test_inference_cache_safety.py +6 -8 lines
  • test_inference_concurrency_safety.py +6 -8 lines
  • test_inference_hardening.py +6 -8 lines
  • test_inference_integration.py +6 -4 lines
  • test_inference_tdd.py +6 -4 lines
  • test_property_based_conversion.py +6 -4 lines
  • test_raw_to_cty_coverage.py +6 -4 lines
  • test_raw_to_cty_extra.py +6 -4 lines
  • test_unify_types_coverage.py +6 -4 lines
  • test_utils.py +6 -4 lines
  • test_final_coverage_push.py +6 -8 lines
  • test_final_hardening_suite.py +6 -8 lines
  • __init__.py +5 -3 lines
  • _helpers.py +6 -4 lines
  • test_diagnostics_map.py +6 -4 lines
  • test_diagnostics_tuple.py +6 -4 lines
  • test_exception_messages.py +6 -4 lines
  • test_nested_error_paths.py +6 -8 lines
  • __init__.py +5 -3 lines
  • test_conversion_exceptions.py +6 -4 lines
  • test_encoding_exceptions.py +6 -4 lines
  • test_validation_exceptions.py +6 -4 lines
  • __init__.py +5 -3 lines
  • test_bytes_stdlib_functions.py +4 -4 lines
  • test_collection_creation_functions.py +4 -4 lines
  • test_collection_functions.py +6 -4 lines
  • test_collection_query_functions.py +4 -4 lines
  • test_collection_stdlib_functions.py +4 -4 lines
  • test_collection_transform_functions.py +4 -4 lines
  • test_comparison_coverage_tdd.py +6 -8 lines
  • test_comparison_functions.py +4 -4 lines
  • test_comparison_refined_unknowns.py +5 -6 lines
  • test_conversion_functions.py +6 -4 lines
  • test_datetime_stdlib_functions.py +4 -4 lines
  • test_encoding_functions_coverage.py +6 -4 lines
  • test_encoding_stdlib_functions.py +4 -4 lines
  • test_numeric_functions.py +4 -4 lines
  • test_numeric_refined_unknowns.py +5 -6 lines
  • test_refined_unknowns_coverage_tdd.py +6 -8 lines
  • test_refined_unknowns_integration.py +6 -8 lines
  • test_refined_unknowns_propagation_tdd.py +6 -8 lines
  • test_string_advanced_functions.py +4 -4 lines
  • test_string_basic_functions.py +4 -4 lines
  • test_structural_stdlib_functions.py +4 -4 lines
  • __init__.py +5 -3 lines
  • test_cty_collections_list.py +6 -6 lines
  • test_cty_collections_list_improve.py +6 -6 lines
  • test_cty_list_basic.py +5 -3 lines
  • test_cty_list_comparison.py +6 -4 lines
  • test_cty_list_coverage.py +6 -4 lines
  • test_cty_list_edge_cases.py +6 -4 lines
  • test_cty_list_nested.py +6 -4 lines
  • test_cty_list_operations.py +6 -4 lines
  • test_cty_map_coverage.py +6 -4 lines
  • __init__.py +5 -3 lines
  • test_object_attributes.py +6 -4 lines
  • test_object_complex.py +6 -4 lines
  • test_object_coverage.py +6 -4 lines
  • test_object_equality.py +5 -9 lines
  • test_object_init.py +6 -4 lines
  • test_object_unknown_fields.py +6 -5 lines
  • test_parser.py +6 -4 lines
  • test_parser_errors.py +6 -4 lines
  • __init__.py +5 -3 lines
  • test_cty_path.py +6 -4 lines
  • test_path_coverage.py +6 -4 lines
  • test_adapter_performance.py +6 -8 lines
  • test_full_performance_suite.py +6 -8 lines
  • test_performance_profiling.py +6 -4 lines
  • __init__.py +5 -3 lines
  • test_adversarial_fuzzing.py +6 -8 lines
  • test_codec_fuzzing.py +6 -4 lines
  • test_collections_properties.py +6 -4 lines
  • test_cty_roundtrip.py +6 -4 lines
  • test_exception_coverage.py +6 -8 lines
  • test_extreme_scale.py +6 -8 lines
  • test_inference_cache_safety.py +6 -8 lines
  • test_inference_properties.py +6 -4 lines
  • test_marks_properties.py +6 -4 lines
  • test_memory_pressure.py +6 -8 lines
  • test_numeric_attacks.py +6 -8 lines
  • test_schema_validation.py +6 -4 lines
  • test_spec_compliance.py +6 -8 lines
  • test_special_value_attacks.py +6 -8 lines
  • test_unification_properties.py +6 -4 lines
  • __init__.py +5 -3 lines
  • test_cty_set_base.py +6 -8 lines
  • test_cty_set_coverage.py +6 -4 lines
  • test_set_coverage.py +6 -3 lines
  • test_dynamic_list_serialization_fix.py +6 -8 lines
  • test_pre_release_contracts.py +6 -8 lines
  • test_error_context_integration.py +6 -7 lines
  • test_marks.py +6 -4 lines
  • test_parser.py +6 -4 lines
  • test_cty_tuple_comparison.py +6 -4 lines
  • test_cty_tuple_coverage.py +6 -4 lines
  • test_cty_tuple_creation.py +6 -4 lines
  • test_cty_tuple_operations.py +6 -4 lines
  • test_cty_tuple_validation.py +6 -4 lines
  • __init__.py +5 -3 lines
  • test_bool.py +6 -4 lines
  • test_bool_coverage.py +6 -4 lines
  • test_number.py +6 -4 lines
  • test_number_coverage.py +6 -4 lines
  • test_string_coverage.py +6 -4 lines
  • test_string_normalization.py +6 -4 lines
  • test_advanced_validation.py +6 -4 lines
  • test_dynamic_coverage.py +6 -4 lines
  • test_dynamic_integration.py +6 -4 lines
  • test_dynamic_list_validation.py +6 -4 lines
  • test_capsule.py +6 -6 lines
  • test_capsule_coverage.py +6 -4 lines
  • test_capsule_edge_cases.py +5 -6 lines
  • test_capsule_operations.py +6 -8 lines
  • test_capsule_ops_contract.py +6 -8 lines
  • test_cty_types_empty.py +6 -4 lines
  • test_cty_types_simple.py +6 -4 lines
  • test_map_type.py +6 -4 lines
  • test_map_validation.py +5 -6 lines
  • test_type_protocol.py +6 -8 lines
  • test_type_usability_matrix.py +6 -4 lines
  • test_unicode_normalization_consistency.py +5 -7 lines
  • test_enterprise_recursion.py +6 -8 lines
  • __init__.py +5 -3 lines
  • test_cty_value_marks.py +6 -4 lines
  • test_cty_values_base.py +6 -4 lines
  • test_cty_values_boolean_checks.py +6 -4 lines
  • test_cty_values_empty.py +6 -4 lines
  • test_cty_values_special.py +5 -3 lines
  • test_value_coverage.py +6 -8 lines
  • test_value_edge_cases.py +6 -8 lines
  • test_value_operations.py +6 -8 lines
  • test_values_extra.py +6 -4 lines
  • “Chore: Conform Python files to header/footer protocol” — cleanup commit removing duplicate or malformed headers introduced during the chunked processing on 2025-10-28 baseline internal
    227 files
    • __init__.py
    • __init__.py
    • functions.py
    • marks.py
    • path-navigation.py
    • serialization.py
    • terraform-interop.py
    • example_utils.py
    • __init__.py
    • quick-start.py
    • run_all_examples.py
    • __init__.py
    • capsule.py
    • collections.py
    • dynamic.py
    • primitives.py
    • structural.py
    • __init__.py
    • __init__.py
    • _version.py
    • codec.py
    • __init__.py
    • defaults.py
    • runtime.py
    • __init__.py
    • validation_context.py
    • __init__.py
    • _utils.py
    • adapter.py
    • explicit.py
    • inference_cache.py
    • raw_to_cty.py
    • type_encoder.py
    • __init__.py
    • base.py
    • conversion.py
    • encoding.py
    • validation.py
    • __init__.py
    • bytes_functions.py
    • collection_functions.py
    • comparison_functions.py
    • conversion_functions.py
    • datetime_functions.py
    • encoding_functions.py
    • numeric_functions.py
    • string_functions.py
    • structural_functions.py
    • marks.py
    • parser.py
    • __init__.py
    • base.py
    • __init__.py
    • base.py
    • capsule.py
    • capsule_types.py
    • __init__.py
    • list.py
    • map.py
    • set.py
    • __init__.py
    • bool.py
    • number.py
    • string.py
    • __init__.py
    • dynamic.py
    • object.py
    • tuple.py
    • __init__.py
    • recursion.py
    • __init__.py
    • base.py
    • markers.py
    • __init__.py
    • test_codec_coverage.py
    • test_codec_extra.py
    • test_codec_roundtrip.py
    • test_definitive_roundtrip.py
    • test_deserialization_robustness.py
    • test_dynamic_deserialization_hardening.py
    • test_dynamic_wire_protocol.py
    • test_refined_unknowns.py
    • test_collection_coverage.py
    • test_tofusoup_compat.py
    • conftest.py
    • test_validation_context.py
    • __init__.py
    • test_adapter_coverage.py
    • test_adapter_extra.py
    • test_explicit_conversion.py
    • test_infer_cty_type_from_raw_coverage.py
    • test_inference.py
    • test_inference_cache_context.py
    • test_inference_cache_correctness.py
    • test_inference_cache_safety.py
    • test_inference_concurrency_safety.py
    • test_inference_hardening.py
    • test_inference_integration.py
    • test_inference_tdd.py
    • test_property_based_conversion.py
    • test_raw_to_cty_coverage.py
    • test_raw_to_cty_extra.py
    • test_unify_types_coverage.py
    • test_utils.py
    • test_final_coverage_push.py
    • test_final_hardening_suite.py
    • __init__.py
    • _helpers.py
    • test_diagnostics_map.py
    • test_diagnostics_tuple.py
    • test_exception_messages.py
    • test_nested_error_paths.py
    • __init__.py
    • test_conversion_exceptions.py
    • test_encoding_exceptions.py
    • test_validation_exceptions.py
    • __init__.py
    • test_bytes_stdlib_functions.py
    • test_collection_creation_functions.py
    • test_collection_functions.py
    • test_collection_query_functions.py
    • test_collection_stdlib_functions.py
    • test_collection_transform_functions.py
    • test_comparison_coverage_tdd.py
    • test_comparison_functions.py
    • test_comparison_refined_unknowns.py
    • test_conversion_functions.py
    • test_datetime_stdlib_functions.py
    • test_encoding_functions_coverage.py
    • test_encoding_stdlib_functions.py
    • test_numeric_functions.py
    • test_numeric_refined_unknowns.py
    • test_refined_unknowns_coverage_tdd.py
    • test_refined_unknowns_integration.py
    • test_refined_unknowns_propagation_tdd.py
    • test_string_advanced_functions.py
    • test_string_basic_functions.py
    • test_structural_stdlib_functions.py
    • __init__.py
    • test_cty_collections_list.py
    • test_cty_collections_list_improve.py
    • test_cty_list_basic.py
    • test_cty_list_comparison.py
    • test_cty_list_coverage.py
    • test_cty_list_edge_cases.py
    • test_cty_list_nested.py
    • test_cty_list_operations.py
    • test_cty_map_coverage.py
    • __init__.py
    • test_object_attributes.py
    • test_object_complex.py
    • test_object_coverage.py
    • test_object_equality.py
    • test_object_init.py
    • test_object_unknown_fields.py
    • test_parser.py
    • test_parser_errors.py
    • __init__.py
    • test_cty_path.py
    • test_path_coverage.py
    • test_adapter_performance.py
    • test_full_performance_suite.py
    • test_performance_profiling.py
    • __init__.py
    • test_adversarial_fuzzing.py
    • test_codec_fuzzing.py
    • test_collections_properties.py
    • test_cty_roundtrip.py
    • test_exception_coverage.py
    • test_extreme_scale.py
    • test_inference_cache_safety.py
    • test_inference_properties.py
    • test_marks_properties.py
    • test_memory_pressure.py
    • test_numeric_attacks.py
    • test_schema_validation.py
    • test_spec_compliance.py
    • test_special_value_attacks.py
    • test_unification_properties.py
    • __init__.py
    • test_cty_set_base.py
    • test_cty_set_coverage.py
    • test_set_coverage.py
    • test_dynamic_list_serialization_fix.py
    • test_pre_release_contracts.py
    • test_error_context_integration.py
    • test_marks.py
    • test_parser.py
    • test_cty_tuple_comparison.py
    • test_cty_tuple_coverage.py
    • test_cty_tuple_creation.py
    • test_cty_tuple_operations.py
    • test_cty_tuple_validation.py
    • __init__.py
    • test_bool.py
    • test_bool_coverage.py
    • test_number.py
    • test_number_coverage.py
    • test_string_coverage.py
    • test_string_normalization.py
    • test_advanced_validation.py
    • test_dynamic_coverage.py
    • test_dynamic_integration.py
    • test_dynamic_list_validation.py
    • test_capsule.py
    • test_capsule_coverage.py
    • test_capsule_edge_cases.py
    • test_capsule_operations.py
    • test_capsule_ops_contract.py
    • test_cty_types_empty.py
    • test_cty_types_simple.py
    • test_map_type.py
    • test_map_validation.py
    • test_type_protocol.py
    • test_type_usability_matrix.py
    • test_unicode_normalization_consistency.py
    • test_enterprise_recursion.py
    • __init__.py
    • test_cty_value_marks.py
    • test_cty_values_base.py
    • test_cty_values_boolean_checks.py
    • test_cty_values_empty.py
    • test_cty_values_special.py
    • test_value_coverage.py
    • test_value_edge_cases.py
    • test_value_operations.py
    • test_values_extra.py
  • Net effect: 347 insertions but 1234 deletions — suggests over-application was corrected, headers trimmed to correct form remediate internal
    227 files
    • __init__.py
    • __init__.py
    • functions.py
    • marks.py
    • path-navigation.py
    • serialization.py
    • terraform-interop.py
    • example_utils.py
    • __init__.py
    • quick-start.py
    • run_all_examples.py
    • __init__.py
    • capsule.py
    • collections.py
    • dynamic.py
    • primitives.py
    • structural.py
    • __init__.py
    • __init__.py
    • _version.py
    • codec.py
    • __init__.py
    • defaults.py
    • runtime.py
    • __init__.py
    • validation_context.py
    • __init__.py
    • _utils.py
    • adapter.py
    • explicit.py
    • inference_cache.py
    • raw_to_cty.py
    • type_encoder.py
    • __init__.py
    • base.py
    • conversion.py
    • encoding.py
    • validation.py
    • __init__.py
    • bytes_functions.py
    • collection_functions.py
    • comparison_functions.py
    • conversion_functions.py
    • datetime_functions.py
    • encoding_functions.py
    • numeric_functions.py
    • string_functions.py
    • structural_functions.py
    • marks.py
    • parser.py
    • __init__.py
    • base.py
    • __init__.py
    • base.py
    • capsule.py
    • capsule_types.py
    • __init__.py
    • list.py
    • map.py
    • set.py
    • __init__.py
    • bool.py
    • number.py
    • string.py
    • __init__.py
    • dynamic.py
    • object.py
    • tuple.py
    • __init__.py
    • recursion.py
    • __init__.py
    • base.py
    • markers.py
    • __init__.py
    • test_codec_coverage.py
    • test_codec_extra.py
    • test_codec_roundtrip.py
    • test_definitive_roundtrip.py
    • test_deserialization_robustness.py
    • test_dynamic_deserialization_hardening.py
    • test_dynamic_wire_protocol.py
    • test_refined_unknowns.py
    • test_collection_coverage.py
    • test_tofusoup_compat.py
    • conftest.py
    • test_validation_context.py
    • __init__.py
    • test_adapter_coverage.py
    • test_adapter_extra.py
    • test_explicit_conversion.py
    • test_infer_cty_type_from_raw_coverage.py
    • test_inference.py
    • test_inference_cache_context.py
    • test_inference_cache_correctness.py
    • test_inference_cache_safety.py
    • test_inference_concurrency_safety.py
    • test_inference_hardening.py
    • test_inference_integration.py
    • test_inference_tdd.py
    • test_property_based_conversion.py
    • test_raw_to_cty_coverage.py
    • test_raw_to_cty_extra.py
    • test_unify_types_coverage.py
    • test_utils.py
    • test_final_coverage_push.py
    • test_final_hardening_suite.py
    • __init__.py
    • _helpers.py
    • test_diagnostics_map.py
    • test_diagnostics_tuple.py
    • test_exception_messages.py
    • test_nested_error_paths.py
    • __init__.py
    • test_conversion_exceptions.py
    • test_encoding_exceptions.py
    • test_validation_exceptions.py
    • __init__.py
    • test_bytes_stdlib_functions.py
    • test_collection_creation_functions.py
    • test_collection_functions.py
    • test_collection_query_functions.py
    • test_collection_stdlib_functions.py
    • test_collection_transform_functions.py
    • test_comparison_coverage_tdd.py
    • test_comparison_functions.py
    • test_comparison_refined_unknowns.py
    • test_conversion_functions.py
    • test_datetime_stdlib_functions.py
    • test_encoding_functions_coverage.py
    • test_encoding_stdlib_functions.py
    • test_numeric_functions.py
    • test_numeric_refined_unknowns.py
    • test_refined_unknowns_coverage_tdd.py
    • test_refined_unknowns_integration.py
    • test_refined_unknowns_propagation_tdd.py
    • test_string_advanced_functions.py
    • test_string_basic_functions.py
    • test_structural_stdlib_functions.py
    • __init__.py
    • test_cty_collections_list.py
    • test_cty_collections_list_improve.py
    • test_cty_list_basic.py
    • test_cty_list_comparison.py
    • test_cty_list_coverage.py
    • test_cty_list_edge_cases.py
    • test_cty_list_nested.py
    • test_cty_list_operations.py
    • test_cty_map_coverage.py
    • __init__.py
    • test_object_attributes.py
    • test_object_complex.py
    • test_object_coverage.py
    • test_object_equality.py
    • test_object_init.py
    • test_object_unknown_fields.py
    • test_parser.py
    • test_parser_errors.py
    • __init__.py
    • test_cty_path.py
    • test_path_coverage.py
    • test_adapter_performance.py
    • test_full_performance_suite.py
    • test_performance_profiling.py
    • __init__.py
    • test_adversarial_fuzzing.py
    • test_codec_fuzzing.py
    • test_collections_properties.py
    • test_cty_roundtrip.py
    • test_exception_coverage.py
    • test_extreme_scale.py
    • test_inference_cache_safety.py
    • test_inference_properties.py
    • test_marks_properties.py
    • test_memory_pressure.py
    • test_numeric_attacks.py
    • test_schema_validation.py
    • test_spec_compliance.py
    • test_special_value_attacks.py
    • test_unification_properties.py
    • __init__.py
    • test_cty_set_base.py
    • test_cty_set_coverage.py
    • test_set_coverage.py
    • test_dynamic_list_serialization_fix.py
    • test_pre_release_contracts.py
    • test_error_context_integration.py
    • test_marks.py
    • test_parser.py
    • test_cty_tuple_comparison.py
    • test_cty_tuple_coverage.py
    • test_cty_tuple_creation.py
    • test_cty_tuple_operations.py
    • test_cty_tuple_validation.py
    • __init__.py
    • test_bool.py
    • test_bool_coverage.py
    • test_number.py
    • test_number_coverage.py
    • test_string_coverage.py
    • test_string_normalization.py
    • test_advanced_validation.py
    • test_dynamic_coverage.py
    • test_dynamic_integration.py
    • test_dynamic_list_validation.py
    • test_capsule.py
    • test_capsule_coverage.py
    • test_capsule_edge_cases.py
    • test_capsule_operations.py
    • test_capsule_ops_contract.py
    • test_cty_types_empty.py
    • test_cty_types_simple.py
    • test_map_type.py
    • test_map_validation.py
    • test_type_protocol.py
    • test_type_usability_matrix.py
    • test_unicode_normalization_consistency.py
    • test_enterprise_recursion.py
    • __init__.py
    • test_cty_value_marks.py
    • test_cty_values_base.py
    • test_cty_values_boolean_checks.py
    • test_cty_values_empty.py
    • test_cty_values_special.py
    • test_value_coverage.py
    • test_value_edge_cases.py
    • test_value_operations.py
    • test_values_extra.py
  • Affects same set of src/, tests/, examples/ Python files qualify internal
    227 files
    • __init__.py
    • __init__.py
    • functions.py
    • marks.py
    • path-navigation.py
    • serialization.py
    • terraform-interop.py
    • example_utils.py
    • __init__.py
    • quick-start.py
    • run_all_examples.py
    • __init__.py
    • capsule.py
    • collections.py
    • dynamic.py
    • primitives.py
    • structural.py
    • __init__.py
    • __init__.py
    • _version.py
    • codec.py
    • __init__.py
    • defaults.py
    • runtime.py
    • __init__.py
    • validation_context.py
    • __init__.py
    • _utils.py
    • adapter.py
    • explicit.py
    • inference_cache.py
    • raw_to_cty.py
    • type_encoder.py
    • __init__.py
    • base.py
    • conversion.py
    • encoding.py
    • validation.py
    • __init__.py
    • bytes_functions.py
    • collection_functions.py
    • comparison_functions.py
    • conversion_functions.py
    • datetime_functions.py
    • encoding_functions.py
    • numeric_functions.py
    • string_functions.py
    • structural_functions.py
    • marks.py
    • parser.py
    • __init__.py
    • base.py
    • __init__.py
    • base.py
    • capsule.py
    • capsule_types.py
    • __init__.py
    • list.py
    • map.py
    • set.py
    • __init__.py
    • bool.py
    • number.py
    • string.py
    • __init__.py
    • dynamic.py
    • object.py
    • tuple.py
    • __init__.py
    • recursion.py
    • __init__.py
    • base.py
    • markers.py
    • __init__.py
    • test_codec_coverage.py
    • test_codec_extra.py
    • test_codec_roundtrip.py
    • test_definitive_roundtrip.py
    • test_deserialization_robustness.py
    • test_dynamic_deserialization_hardening.py
    • test_dynamic_wire_protocol.py
    • test_refined_unknowns.py
    • test_collection_coverage.py
    • test_tofusoup_compat.py
    • conftest.py
    • test_validation_context.py
    • __init__.py
    • test_adapter_coverage.py
    • test_adapter_extra.py
    • test_explicit_conversion.py
    • test_infer_cty_type_from_raw_coverage.py
    • test_inference.py
    • test_inference_cache_context.py
    • test_inference_cache_correctness.py
    • test_inference_cache_safety.py
    • test_inference_concurrency_safety.py
    • test_inference_hardening.py
    • test_inference_integration.py
    • test_inference_tdd.py
    • test_property_based_conversion.py
    • test_raw_to_cty_coverage.py
    • test_raw_to_cty_extra.py
    • test_unify_types_coverage.py
    • test_utils.py
    • test_final_coverage_push.py
    • test_final_hardening_suite.py
    • __init__.py
    • _helpers.py
    • test_diagnostics_map.py
    • test_diagnostics_tuple.py
    • test_exception_messages.py
    • test_nested_error_paths.py
    • __init__.py
    • test_conversion_exceptions.py
    • test_encoding_exceptions.py
    • test_validation_exceptions.py
    • __init__.py
    • test_bytes_stdlib_functions.py
    • test_collection_creation_functions.py
    • test_collection_functions.py
    • test_collection_query_functions.py
    • test_collection_stdlib_functions.py
    • test_collection_transform_functions.py
    • test_comparison_coverage_tdd.py
    • test_comparison_functions.py
    • test_comparison_refined_unknowns.py
    • test_conversion_functions.py
    • test_datetime_stdlib_functions.py
    • test_encoding_functions_coverage.py
    • test_encoding_stdlib_functions.py
    • test_numeric_functions.py
    • test_numeric_refined_unknowns.py
    • test_refined_unknowns_coverage_tdd.py
    • test_refined_unknowns_integration.py
    • test_refined_unknowns_propagation_tdd.py
    • test_string_advanced_functions.py
    • test_string_basic_functions.py
    • test_structural_stdlib_functions.py
    • __init__.py
    • test_cty_collections_list.py
    • test_cty_collections_list_improve.py
    • test_cty_list_basic.py
    • test_cty_list_comparison.py
    • test_cty_list_coverage.py
    • test_cty_list_edge_cases.py
    • test_cty_list_nested.py
    • test_cty_list_operations.py
    • test_cty_map_coverage.py
    • __init__.py
    • test_object_attributes.py
    • test_object_complex.py
    • test_object_coverage.py
    • test_object_equality.py
    • test_object_init.py
    • test_object_unknown_fields.py
    • test_parser.py
    • test_parser_errors.py
    • __init__.py
    • test_cty_path.py
    • test_path_coverage.py
    • test_adapter_performance.py
    • test_full_performance_suite.py
    • test_performance_profiling.py
    • __init__.py
    • test_adversarial_fuzzing.py
    • test_codec_fuzzing.py
    • test_collections_properties.py
    • test_cty_roundtrip.py
    • test_exception_coverage.py
    • test_extreme_scale.py
    • test_inference_cache_safety.py
    • test_inference_properties.py
    • test_marks_properties.py
    • test_memory_pressure.py
    • test_numeric_attacks.py
    • test_schema_validation.py
    • test_spec_compliance.py
    • test_special_value_attacks.py
    • test_unification_properties.py
    • __init__.py
    • test_cty_set_base.py
    • test_cty_set_coverage.py
    • test_set_coverage.py
    • test_dynamic_list_serialization_fix.py
    • test_pre_release_contracts.py
    • test_error_context_integration.py
    • test_marks.py
    • test_parser.py
    • test_cty_tuple_comparison.py
    • test_cty_tuple_coverage.py
    • test_cty_tuple_creation.py
    • test_cty_tuple_operations.py
    • test_cty_tuple_validation.py
    • __init__.py
    • test_bool.py
    • test_bool_coverage.py
    • test_number.py
    • test_number_coverage.py
    • test_string_coverage.py
    • test_string_normalization.py
    • test_advanced_validation.py
    • test_dynamic_coverage.py
    • test_dynamic_integration.py
    • test_dynamic_list_validation.py
    • test_capsule.py
    • test_capsule_coverage.py
    • test_capsule_edge_cases.py
    • test_capsule_operations.py
    • test_capsule_ops_contract.py
    • test_cty_types_empty.py
    • test_cty_types_simple.py
    • test_map_type.py
    • test_map_validation.py
    • test_type_protocol.py
    • test_type_usability_matrix.py
    • test_unicode_normalization_consistency.py
    • test_enterprise_recursion.py
    • __init__.py
    • test_cty_value_marks.py
    • test_cty_values_base.py
    • test_cty_values_boolean_checks.py
    • test_cty_values_empty.py
    • test_cty_values_special.py
    • test_value_coverage.py
    • test_value_edge_cases.py
    • test_value_operations.py
    • test_values_extra.py