{ "Row": [ [ "docs/plugins/conversion_table.py", [ "Row" ] ] ], "ConversionTable": [ [ "docs/plugins/conversion_table.py", [ "ConversionTable" ] ] ], "Extension": [ [ "docs/plugins/griffe_doclinks.py", [ "Extension" ] ] ], "ConfigWrapper": [ [ "pydantic/_internal/_config.py", [ "ConfigWrapper" ] ] ], "ConfigWrapperStack": [ [ "pydantic/_internal/_config.py", [ "ConfigWrapperStack" ] ] ], "CoreMetadata": [ [ "pydantic/_internal/_core_metadata.py", [ "CoreMetadata" ] ] ], "CoreMetadataHandler": [ [ "pydantic/_internal/_core_metadata.py", [ "CoreMetadataHandler" ] ] ], "_WalkCoreSchema": [ [ "pydantic/_internal/_core_utils.py", [ "_WalkCoreSchema" ] ] ], "StandardDataclass": [ [ "pydantic/_internal/_dataclasses.py", [ "if_typing_TYPE_CHECKING_", "StandardDataclass" ] ] ], "PydanticDataclass": [ [ "pydantic/_internal/_dataclasses.py", [ "if_typing_TYPE_CHECKING_", "PydanticDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_pydantic_callable_field", "PydanticDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_is_pydantic_dataclass", "PydanticDataclass" ] ], [ "tests/test_tools.py", [ "test_parse_as_dataclass", "PydanticDataclass" ] ] ], "ValidatorDecoratorInfo": [ [ "pydantic/_internal/_decorators.py", [ "ValidatorDecoratorInfo" ] ] ], "FieldValidatorDecoratorInfo": [ [ "pydantic/_internal/_decorators.py", [ "FieldValidatorDecoratorInfo" ] ] ], "RootValidatorDecoratorInfo": [ [ "pydantic/_internal/_decorators.py", [ "RootValidatorDecoratorInfo" ] ] ], "FieldSerializerDecoratorInfo": [ [ "pydantic/_internal/_decorators.py", [ "FieldSerializerDecoratorInfo" ] ] ], "ModelSerializerDecoratorInfo": [ [ "pydantic/_internal/_decorators.py", [ "ModelSerializerDecoratorInfo" ] ] ], "ModelValidatorDecoratorInfo": [ [ "pydantic/_internal/_decorators.py", [ "ModelValidatorDecoratorInfo" ] ] ], "PydanticDescriptorProxy": [ [ "pydantic/_internal/_decorators.py", [ "PydanticDescriptorProxy" ] ] ], "Decorator": [ [ "pydantic/_internal/_decorators.py", [ "Decorator" ] ] ], "DecoratorInfos": [ [ "pydantic/_internal/_decorators.py", [ "DecoratorInfos" ] ] ], "V1OnlyValueValidator": [ [ "pydantic/_internal/_decorators_v1.py", [ "V1OnlyValueValidator" ] ] ], "V1ValidatorWithValues": [ [ "pydantic/_internal/_decorators_v1.py", [ "V1ValidatorWithValues" ] ] ], "V1ValidatorWithValuesKwOnly": [ [ "pydantic/_internal/_decorators_v1.py", [ "V1ValidatorWithValuesKwOnly" ] ] ], "V1ValidatorWithKwargs": [ [ "pydantic/_internal/_decorators_v1.py", [ "V1ValidatorWithKwargs" ] ] ], "V1ValidatorWithValuesAndKwargs": [ [ "pydantic/_internal/_decorators_v1.py", [ "V1ValidatorWithValuesAndKwargs" ] ] ], "V1RootValidatorFunction": [ [ "pydantic/_internal/_decorators_v1.py", [ "V1RootValidatorFunction" ] ] ], "V2CoreBeforeRootValidator": [ [ "pydantic/_internal/_decorators_v1.py", [ "V2CoreBeforeRootValidator" ] ] ], "V2CoreAfterRootValidator": [ [ "pydantic/_internal/_decorators_v1.py", [ "V2CoreAfterRootValidator" ] ] ], "MissingDefinitionForUnionRef": [ [ "pydantic/_internal/_discriminated_union.py", [ "MissingDefinitionForUnionRef" ] ] ], "_ApplyInferredDiscriminator": [ [ "pydantic/_internal/_discriminated_union.py", [ "_ApplyInferredDiscriminator" ] ] ], "PydanticMetadata": [ [ "pydantic/_internal/_fields.py", [ "PydanticMetadata" ] ], [ "tests/test_annotated.py", [ "test_modify_get_schema_annotated", "PydanticMetadata" ] ] ], "_PydanticGeneralMetadata": [ [ "pydantic/_internal/_fields.py", [ "_general_metadata_cls", "_PydanticGeneralMetadata" ] ] ], "PydanticRecursiveRef": [ [ "pydantic/_internal/_forward_ref.py", [ "PydanticRecursiveRef" ] ] ], "CollectedInvalid": [ [ "pydantic/_internal/_generate_schema.py", [ "GenerateSchema", "CollectedInvalid" ] ] ], "GenerateSchema": [ [ "pydantic/_internal/_generate_schema.py", [ "GenerateSchema" ] ] ], "_CommonField": [ [ "pydantic/_internal/_generate_schema.py", [ "_CommonField" ] ] ], "_Definitions": [ [ "pydantic/_internal/_generate_schema.py", [ "_Definitions" ] ] ], "_FieldNameStack": [ [ "pydantic/_internal/_generate_schema.py", [ "_FieldNameStack" ] ] ], "LimitedDict": [ [ "pydantic/_internal/_generics.py", [ "None_2", "LimitedDict" ] ], [ "pydantic/_internal/_generics.py", [ "None_2", "else_", "LimitedDict" ] ] ], "DeepChainMap": [ [ "pydantic/_internal/_generics.py", [ "None_4", "DeepChainMap" ] ], [ "pydantic/_internal/_generics.py", [ "None_4", "else_", "DeepChainMap" ] ] ], "PydanticGenericMetadata": [ [ "pydantic/_internal/_generics.py", [ "PydanticGenericMetadata" ] ] ], "MockValSer": [ [ "pydantic/_internal/_mock_val_ser.py", [ "MockValSer" ] ] ], "_ModelNamespaceDict": [ [ "pydantic/_internal/_model_construction.py", [ "_ModelNamespaceDict" ] ] ], "ModelMetaclass": [ [ "pydantic/_internal/_model_construction.py", [ "ModelMetaclass" ] ], [ "pydantic/v1/main.py", [ "ModelMetaclass" ] ] ], "_PydanticWeakRef": [ [ "pydantic/_internal/_model_construction.py", [ "_PydanticWeakRef" ] ] ], "PlainRepr": [ [ "pydantic/_internal/_repr.py", [ "PlainRepr" ] ] ], "Representation": [ [ "pydantic/_internal/_repr.py", [ "Representation" ] ], [ "pydantic/v1/utils.py", [ "Representation" ] ] ], "GenerateJsonSchemaHandler": [ [ "pydantic/_internal/_schema_generation_shared.py", [ "GenerateJsonSchemaHandler" ] ] ], "CallbackGetCoreSchemaHandler": [ [ "pydantic/_internal/_schema_generation_shared.py", [ "CallbackGetCoreSchemaHandler" ] ] ], "SchemaTransformer": [ [ "pydantic/_internal/_std_types_schema.py", [ "SchemaTransformer" ] ] ], "InnerSchemaValidator": [ [ "pydantic/_internal/_std_types_schema.py", [ "InnerSchemaValidator" ] ] ], "SequenceValidator": [ [ "pydantic/_internal/_std_types_schema.py", [ "SequenceValidator" ] ] ], "MappingValidator": [ [ "pydantic/_internal/_std_types_schema.py", [ "MappingValidator" ] ] ], "ValueItems": [ [ "pydantic/_internal/_utils.py", [ "ValueItems" ] ], [ "pydantic/v1/utils.py", [ "ValueItems" ] ] ], "ClassAttribute": [ [ "pydantic/_internal/_utils.py", [ "None_1", "else_", "ClassAttribute" ] ], [ "pydantic/v1/utils.py", [ "ClassAttribute" ] ] ], "CallMarker": [ [ "pydantic/_internal/_validate_call.py", [ "CallMarker" ] ] ], "ValidateCallWrapper": [ [ "pydantic/_internal/_validate_call.py", [ "ValidateCallWrapper" ] ] ], "GetJsonSchemaHandler": [ [ "pydantic/annotated_handlers.py", [ "GetJsonSchemaHandler" ] ] ], "GetCoreSchemaHandler": [ [ "pydantic/annotated_handlers.py", [ "GetCoreSchemaHandler" ] ] ], "RGBA": [ [ "pydantic/color.py", [ "RGBA" ] ], [ "pydantic/v1/color.py", [ "RGBA" ] ] ], "Color": [ [ "pydantic/color.py", [ "Color" ] ], [ "pydantic/v1/color.py", [ "Color" ] ] ], "ConfigDict": [ [ "pydantic/config.py", [ "ConfigDict" ] ], [ "pydantic/v1/config.py", [ "if_not_compiled_", "ConfigDict" ] ] ], "_OnlyValueValidatorClsMethod": [ [ "pydantic/deprecated/class_validators.py", [ "if_TYPE_CHECKING_", "_OnlyValueValidatorClsMethod" ] ], [ "pydantic/functional_validators.py", [ "if_TYPE_CHECKING_", "_OnlyValueValidatorClsMethod" ] ] ], "_V1ValidatorWithValuesClsMethod": [ [ "pydantic/deprecated/class_validators.py", [ "if_TYPE_CHECKING_", "_V1ValidatorWithValuesClsMethod" ] ] ], "_V1ValidatorWithValuesKwOnlyClsMethod": [ [ "pydantic/deprecated/class_validators.py", [ "if_TYPE_CHECKING_", "_V1ValidatorWithValuesKwOnlyClsMethod" ] ] ], "_V1ValidatorWithKwargsClsMethod": [ [ "pydantic/deprecated/class_validators.py", [ "if_TYPE_CHECKING_", "_V1ValidatorWithKwargsClsMethod" ] ] ], "_V1ValidatorWithValuesAndKwargsClsMethod": [ [ "pydantic/deprecated/class_validators.py", [ "if_TYPE_CHECKING_", "_V1ValidatorWithValuesAndKwargsClsMethod" ] ] ], "_V1RootValidatorClsMethod": [ [ "pydantic/deprecated/class_validators.py", [ "if_TYPE_CHECKING_", "_V1RootValidatorClsMethod" ] ] ], "_ConfigMetaclass": [ [ "pydantic/deprecated/config.py", [ "_ConfigMetaclass" ] ] ], "BaseConfig": [ [ "pydantic/deprecated/config.py", [ "BaseConfig" ] ], [ "pydantic/v1/config.py", [ "BaseConfig" ] ] ], "_ExtraMeta": [ [ "pydantic/deprecated/config.py", [ "_ExtraMeta" ] ] ], "Extra": [ [ "pydantic/deprecated/config.py", [ "Extra" ] ], [ "pydantic/v1/config.py", [ "Extra" ] ] ], "DecoratorBaseModel": [ [ "pydantic/deprecated/decorator.py", [ "ValidatedFunction", "create_model", "DecoratorBaseModel" ] ], [ "pydantic/v1/decorator.py", [ "ValidatedFunction", "create_model", "DecoratorBaseModel" ] ] ], "ValidatedFunction": [ [ "pydantic/deprecated/decorator.py", [ "ValidatedFunction" ] ], [ "pydantic/v1/decorator.py", [ "ValidatedFunction" ] ] ], "Protocol": [ [ "pydantic/deprecated/parse.py", [ "Protocol" ] ], [ "pydantic/v1/parse.py", [ "Protocol" ] ] ], "PydanticErrorMixin": [ [ "pydantic/errors.py", [ "PydanticErrorMixin" ] ], [ "pydantic/v1/errors.py", [ "PydanticErrorMixin" ] ] ], "PydanticUserError": [ [ "pydantic/errors.py", [ "PydanticUserError" ] ] ], "PydanticUndefinedAnnotation": [ [ "pydantic/errors.py", [ "PydanticUndefinedAnnotation" ] ] ], "PydanticImportError": [ [ "pydantic/errors.py", [ "PydanticImportError" ] ] ], "PydanticSchemaGenerationError": [ [ "pydantic/errors.py", [ "PydanticSchemaGenerationError" ] ] ], "PydanticInvalidForJsonSchema": [ [ "pydantic/errors.py", [ "PydanticInvalidForJsonSchema" ] ] ], "_FromFieldInfoInputs": [ [ "pydantic/fields.py", [ "_FromFieldInfoInputs" ] ] ], "_FieldInfoInputs": [ [ "pydantic/fields.py", [ "_FieldInfoInputs" ] ] ], "FieldInfo": [ [ "pydantic/fields.py", [ "FieldInfo" ] ], [ "pydantic/v1/fields.py", [ "FieldInfo" ] ] ], "AliasPath": [ [ "pydantic/fields.py", [ "AliasPath" ] ] ], "AliasChoices": [ [ "pydantic/fields.py", [ "AliasChoices" ] ] ], "_EmptyKwargs": [ [ "pydantic/fields.py", [ "_EmptyKwargs" ] ] ], "ModelPrivateAttr": [ [ "pydantic/fields.py", [ "ModelPrivateAttr" ] ], [ "pydantic/v1/fields.py", [ "ModelPrivateAttr" ] ] ], "ComputedFieldInfo": [ [ "pydantic/fields.py", [ "ComputedFieldInfo" ] ] ], "PlainSerializer": [ [ "pydantic/functional_serializers.py", [ "PlainSerializer" ] ] ], "WrapSerializer": [ [ "pydantic/functional_serializers.py", [ "WrapSerializer" ] ] ], "SerializeAsAny": [ [ "pydantic/functional_serializers.py", [ "None_1", "else_", "SerializeAsAny" ] ] ], "AfterValidator": [ [ "pydantic/functional_validators.py", [ "AfterValidator" ] ] ], "BeforeValidator": [ [ "pydantic/functional_validators.py", [ "BeforeValidator" ] ] ], "PlainValidator": [ [ "pydantic/functional_validators.py", [ "PlainValidator" ] ] ], "WrapValidator": [ [ "pydantic/functional_validators.py", [ "WrapValidator" ] ] ], "_V2ValidatorClsMethod": [ [ "pydantic/functional_validators.py", [ "if_TYPE_CHECKING_", "_V2ValidatorClsMethod" ] ] ], "_V2WrapValidatorClsMethod": [ [ "pydantic/functional_validators.py", [ "if_TYPE_CHECKING_", "_V2WrapValidatorClsMethod" ] ] ], "ModelWrapValidatorHandler": [ [ "pydantic/functional_validators.py", [ "ModelWrapValidatorHandler" ] ] ], "ModelWrapValidatorWithoutInfo": [ [ "pydantic/functional_validators.py", [ "ModelWrapValidatorWithoutInfo" ] ] ], "ModelWrapValidator": [ [ "pydantic/functional_validators.py", [ "ModelWrapValidator" ] ] ], "ModelBeforeValidatorWithoutInfo": [ [ "pydantic/functional_validators.py", [ "ModelBeforeValidatorWithoutInfo" ] ] ], "ModelBeforeValidator": [ [ "pydantic/functional_validators.py", [ "ModelBeforeValidator" ] ] ], "InstanceOf": [ [ "pydantic/functional_validators.py", [ "None_2", "else_", "InstanceOf" ] ] ], "SkipValidation": [ [ "pydantic/functional_validators.py", [ "None_3", "else_", "SkipValidation" ] ] ], "PydanticJsonSchemaWarning": [ [ "pydantic/json_schema.py", [ "PydanticJsonSchemaWarning" ] ] ], "_DefinitionsRemapping": [ [ "pydantic/json_schema.py", [ "_DefinitionsRemapping" ] ] ], "ValidationsMapping": [ [ "pydantic/json_schema.py", [ "GenerateJsonSchema", "ValidationsMapping" ] ] ], "GenerateJsonSchema": [ [ "pydantic/json_schema.py", [ "GenerateJsonSchema" ] ] ], "WithJsonSchema": [ [ "pydantic/json_schema.py", [ "WithJsonSchema" ] ] ], "Examples": [ [ "pydantic/json_schema.py", [ "Examples" ] ] ], "SkipJsonSchema": [ [ "pydantic/json_schema.py", [ "None_1", "else_", "SkipJsonSchema" ] ] ], "BaseModel": [ [ "pydantic/main.py", [ "BaseModel" ] ], [ "pydantic/v1/main.py", [ "BaseModel" ] ] ], "PydanticPlugin": [ [ "pydantic/mypy.py", [ "PydanticPlugin" ] ], [ "pydantic/v1/mypy.py", [ "PydanticPlugin" ] ] ], "PydanticPluginConfig": [ [ "pydantic/mypy.py", [ "PydanticPluginConfig" ] ], [ "pydantic/v1/mypy.py", [ "PydanticPluginConfig" ] ] ], "PydanticModelField": [ [ "pydantic/mypy.py", [ "PydanticModelField" ] ], [ "pydantic/v1/mypy.py", [ "PydanticModelField" ] ] ], "PydanticModelTransformer": [ [ "pydantic/mypy.py", [ "PydanticModelTransformer" ] ], [ "pydantic/v1/mypy.py", [ "PydanticModelTransformer" ] ] ], "ModelConfigData": [ [ "pydantic/mypy.py", [ "ModelConfigData" ] ], [ "pydantic/v1/mypy.py", [ "ModelConfigData" ] ] ], "UrlConstraints": [ [ "pydantic/networks.py", [ "UrlConstraints" ] ] ], "EmailStr": [ [ "pydantic/networks.py", [ "None_1", "else_", "EmailStr" ] ], [ "pydantic/v1/networks.py", [ "EmailStr" ] ] ], "NameEmail": [ [ "pydantic/networks.py", [ "NameEmail" ] ], [ "pydantic/v1/networks.py", [ "NameEmail" ] ] ], "IPvAnyAddress": [ [ "pydantic/networks.py", [ "IPvAnyAddress" ] ], [ "pydantic/v1/networks.py", [ "IPvAnyAddress" ] ] ], "IPvAnyInterface": [ [ "pydantic/networks.py", [ "IPvAnyInterface" ] ], [ "pydantic/v1/networks.py", [ "IPvAnyInterface" ] ] ], "IPvAnyNetwork": [ [ "pydantic/networks.py", [ "IPvAnyNetwork" ] ], [ "pydantic/v1/networks.py", [ "IPvAnyNetwork" ] ] ], "SchemaTypePath": [ [ "pydantic/plugin/__init__.py", [ "SchemaTypePath" ] ] ], "PydanticPluginProtocol": [ [ "pydantic/plugin/__init__.py", [ "PydanticPluginProtocol" ] ] ], "BaseValidateHandlerProtocol": [ [ "pydantic/plugin/__init__.py", [ "BaseValidateHandlerProtocol" ] ] ], "ValidatePythonHandlerProtocol": [ [ "pydantic/plugin/__init__.py", [ "ValidatePythonHandlerProtocol" ] ] ], "ValidateJsonHandlerProtocol": [ [ "pydantic/plugin/__init__.py", [ "ValidateJsonHandlerProtocol" ] ] ], "ValidateStringsHandlerProtocol": [ [ "pydantic/plugin/__init__.py", [ "ValidateStringsHandlerProtocol" ] ] ], "PluggableSchemaValidator": [ [ "pydantic/plugin/_schema_validator.py", [ "PluggableSchemaValidator" ] ] ], "RootModel": [ [ "pydantic/root_model.py", [ "RootModel" ] ] ], "TypeAdapter": [ [ "pydantic/type_adapter.py", [ "TypeAdapter" ] ] ], "Strict": [ [ "pydantic/types.py", [ "Strict" ] ] ], "AllowInfNan": [ [ "pydantic/types.py", [ "AllowInfNan" ] ] ], "StringConstraints": [ [ "pydantic/types.py", [ "StringConstraints" ] ] ], "ImportString": [ [ "pydantic/types.py", [ "if_TYPE_CHECKING_", "else_", "ImportString" ] ] ], "UuidVersion": [ [ "pydantic/types.py", [ "UuidVersion" ] ] ], "PathType": [ [ "pydantic/types.py", [ "PathType" ] ] ], "Json": [ [ "pydantic/types.py", [ "None_1", "else_", "Json" ] ], [ "pydantic/v1/types.py", [ "None_9", "else_", "Json" ] ], [ "tests/test_plugins.py", [ "test_all_handlers", "Json" ] ] ], "_SecretField": [ [ "pydantic/types.py", [ "_SecretField" ] ] ], "SecretStr": [ [ "pydantic/types.py", [ "SecretStr" ] ], [ "pydantic/v1/types.py", [ "SecretStr" ] ] ], "SecretBytes": [ [ "pydantic/types.py", [ "SecretBytes" ] ], [ "pydantic/v1/types.py", [ "SecretBytes" ] ] ], "PaymentCardBrand": [ [ "pydantic/types.py", [ "PaymentCardBrand" ] ], [ "pydantic/v1/types.py", [ "PaymentCardBrand" ] ] ], "PaymentCardNumber": [ [ "pydantic/types.py", [ "PaymentCardNumber" ] ], [ "pydantic/v1/types.py", [ "PaymentCardNumber" ] ] ], "ByteSize": [ [ "pydantic/types.py", [ "ByteSize" ] ], [ "pydantic/v1/types.py", [ "ByteSize" ] ] ], "PastDate": [ [ "pydantic/types.py", [ "None_2", "else_", "PastDate" ] ], [ "pydantic/v1/types.py", [ "None_10", "else_", "PastDate" ] ] ], "FutureDate": [ [ "pydantic/types.py", [ "None_2", "else_", "FutureDate" ] ], [ "pydantic/v1/types.py", [ "None_10", "else_", "FutureDate" ] ] ], "AwareDatetime": [ [ "pydantic/types.py", [ "None_3", "else_", "AwareDatetime" ] ] ], "NaiveDatetime": [ [ "pydantic/types.py", [ "None_3", "else_", "NaiveDatetime" ] ] ], "PastDatetime": [ [ "pydantic/types.py", [ "None_3", "else_", "PastDatetime" ] ] ], "FutureDatetime": [ [ "pydantic/types.py", [ "None_3", "else_", "FutureDatetime" ] ] ], "EncoderProtocol": [ [ "pydantic/types.py", [ "EncoderProtocol" ] ] ], "Base64Encoder": [ [ "pydantic/types.py", [ "Base64Encoder" ] ] ], "Base64UrlEncoder": [ [ "pydantic/types.py", [ "Base64UrlEncoder" ] ] ], "EncodedBytes": [ [ "pydantic/types.py", [ "EncodedBytes" ] ] ], "EncodedStr": [ [ "pydantic/types.py", [ "EncodedStr" ] ] ], "GetPydanticSchema": [ [ "pydantic/types.py", [ "GetPydanticSchema" ] ] ], "Tag": [ [ "pydantic/types.py", [ "Tag" ] ] ], "CallableDiscriminator": [ [ "pydantic/types.py", [ "CallableDiscriminator" ] ] ], "Validator": [ [ "pydantic/v1/class_validators.py", [ "Validator" ] ] ], "ValidatorGroup": [ [ "pydantic/v1/class_validators.py", [ "ValidatorGroup" ] ] ], "SchemaExtraCallable": [ [ "pydantic/v1/config.py", [ "if_TYPE_CHECKING_", "SchemaExtraCallable" ] ] ], "Config": [ [ "pydantic/v1/config.py", [ "get_config", "if_config_is_None_", "else_", "Config" ] ], [ "pydantic/v1/decorator.py", [ "ValidatedFunction", "create_model", "DecoratorBaseModel", "Config" ] ], [ "pydantic/v1/env_settings.py", [ "BaseSettings", "Config" ] ], [ "tests/mypy/modules/metaclass_args.py", [ "ConfigClassUsed", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/metaclass_args.py", [ "ConfigClassUsed", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-very-strict_ini/metaclass_args.py", [ "ConfigClassUsed", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/metaclass_args.py", [ "ConfigClassUsed", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Model", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadExtraModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig1", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FrozenModel", "Config" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel2", "Config" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_config_and_module_config_cannot_be_used_together", "with_pytest_raises_Pydant", "MyModel", "Config" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_properly_converted_to_dict", "MyBaseModel", "Config" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_config_class_is_deprecated", "with_pytest_warns_", "Config" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_config_class_attributes_are_deprecated", "None_2", "Config" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_config_class_missing_attributes", "Config" ] ], [ "tests/test_create_model.py", [ "test_custom_config_inherits", "Config" ] ], [ "tests/test_dataclasses.py", [ "test_config_as_type_deprecated", "Config" ] ], [ "tests/test_deprecated_validate_arguments.py", [ "test_config_title_cls", "Config" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_config_class", "with_pytest_warns_Pydanti", "Model", "Config" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_no_model_class_config_class", "with_pytest_warns_Pydanti", "Model", "Config" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_classmethod", "with_pytest_warns_Pydanti", "Model", "Config" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_instance_method", "with_pytest_warns_Pydanti", "Model", "Config" ] ] ], "Dataclass": [ [ "pydantic/v1/dataclasses.py", [ "if_TYPE_CHECKING_", "Dataclass" ] ], [ "tests/test_json_schema.py", [ "test_dataclass_default_timedelta", "Dataclass" ] ], [ "tests/test_json_schema.py", [ "test_dataclass_default_bytes", "Dataclass" ] ] ], "DataclassProxy": [ [ "pydantic/v1/dataclasses.py", [ "DataclassProxy" ] ] ], "CustomConfig": [ [ "pydantic/v1/decorator.py", [ "ValidatedFunction", "create_model", "CustomConfig" ] ] ], "SettingsError": [ [ "pydantic/v1/env_settings.py", [ "SettingsError" ] ] ], "BaseSettings": [ [ "pydantic/v1/env_settings.py", [ "BaseSettings" ] ] ], "InitSettingsSource": [ [ "pydantic/v1/env_settings.py", [ "InitSettingsSource" ] ] ], "EnvSettingsSource": [ [ "pydantic/v1/env_settings.py", [ "EnvSettingsSource" ] ] ], "SecretsSettingsSource": [ [ "pydantic/v1/env_settings.py", [ "SecretsSettingsSource" ] ] ], "_ErrorDictRequired": [ [ "pydantic/v1/error_wrappers.py", [ "if_TYPE_CHECKING_", "_ErrorDictRequired" ] ] ], "ErrorDict": [ [ "pydantic/v1/error_wrappers.py", [ "if_TYPE_CHECKING_", "ErrorDict" ] ] ], "ErrorWrapper": [ [ "pydantic/v1/error_wrappers.py", [ "ErrorWrapper" ] ] ], "ValidationError": [ [ "pydantic/v1/error_wrappers.py", [ "ValidationError" ] ] ], "PydanticTypeError": [ [ "pydantic/v1/errors.py", [ "PydanticTypeError" ] ] ], "PydanticValueError": [ [ "pydantic/v1/errors.py", [ "PydanticValueError" ] ] ], "ConfigError": [ [ "pydantic/v1/errors.py", [ "ConfigError" ] ] ], "MissingError": [ [ "pydantic/v1/errors.py", [ "MissingError" ] ] ], "ExtraError": [ [ "pydantic/v1/errors.py", [ "ExtraError" ] ] ], "NoneIsNotAllowedError": [ [ "pydantic/v1/errors.py", [ "NoneIsNotAllowedError" ] ] ], "NoneIsAllowedError": [ [ "pydantic/v1/errors.py", [ "NoneIsAllowedError" ] ] ], "WrongConstantError": [ [ "pydantic/v1/errors.py", [ "WrongConstantError" ] ] ], "NotNoneError": [ [ "pydantic/v1/errors.py", [ "NotNoneError" ] ] ], "BoolError": [ [ "pydantic/v1/errors.py", [ "BoolError" ] ] ], "BytesError": [ [ "pydantic/v1/errors.py", [ "BytesError" ] ] ], "DictError": [ [ "pydantic/v1/errors.py", [ "DictError" ] ] ], "EmailError": [ [ "pydantic/v1/errors.py", [ "EmailError" ] ] ], "UrlError": [ [ "pydantic/v1/errors.py", [ "UrlError" ] ] ], "UrlSchemeError": [ [ "pydantic/v1/errors.py", [ "UrlSchemeError" ] ] ], "UrlSchemePermittedError": [ [ "pydantic/v1/errors.py", [ "UrlSchemePermittedError" ] ] ], "UrlUserInfoError": [ [ "pydantic/v1/errors.py", [ "UrlUserInfoError" ] ] ], "UrlHostError": [ [ "pydantic/v1/errors.py", [ "UrlHostError" ] ] ], "UrlHostTldError": [ [ "pydantic/v1/errors.py", [ "UrlHostTldError" ] ] ], "UrlPortError": [ [ "pydantic/v1/errors.py", [ "UrlPortError" ] ] ], "UrlExtraError": [ [ "pydantic/v1/errors.py", [ "UrlExtraError" ] ] ], "EnumMemberError": [ [ "pydantic/v1/errors.py", [ "EnumMemberError" ] ] ], "IntegerError": [ [ "pydantic/v1/errors.py", [ "IntegerError" ] ] ], "FloatError": [ [ "pydantic/v1/errors.py", [ "FloatError" ] ] ], "PathError": [ [ "pydantic/v1/errors.py", [ "PathError" ] ] ], "_PathValueError": [ [ "pydantic/v1/errors.py", [ "_PathValueError" ] ] ], "PathNotExistsError": [ [ "pydantic/v1/errors.py", [ "PathNotExistsError" ] ] ], "PathNotAFileError": [ [ "pydantic/v1/errors.py", [ "PathNotAFileError" ] ] ], "PathNotADirectoryError": [ [ "pydantic/v1/errors.py", [ "PathNotADirectoryError" ] ] ], "PyObjectError": [ [ "pydantic/v1/errors.py", [ "PyObjectError" ] ] ], "SequenceError": [ [ "pydantic/v1/errors.py", [ "SequenceError" ] ] ], "IterableError": [ [ "pydantic/v1/errors.py", [ "IterableError" ] ] ], "ListError": [ [ "pydantic/v1/errors.py", [ "ListError" ] ] ], "SetError": [ [ "pydantic/v1/errors.py", [ "SetError" ] ] ], "FrozenSetError": [ [ "pydantic/v1/errors.py", [ "FrozenSetError" ] ] ], "DequeError": [ [ "pydantic/v1/errors.py", [ "DequeError" ] ] ], "TupleError": [ [ "pydantic/v1/errors.py", [ "TupleError" ] ] ], "TupleLengthError": [ [ "pydantic/v1/errors.py", [ "TupleLengthError" ] ] ], "ListMinLengthError": [ [ "pydantic/v1/errors.py", [ "ListMinLengthError" ] ] ], "ListMaxLengthError": [ [ "pydantic/v1/errors.py", [ "ListMaxLengthError" ] ] ], "ListUniqueItemsError": [ [ "pydantic/v1/errors.py", [ "ListUniqueItemsError" ] ] ], "SetMinLengthError": [ [ "pydantic/v1/errors.py", [ "SetMinLengthError" ] ] ], "SetMaxLengthError": [ [ "pydantic/v1/errors.py", [ "SetMaxLengthError" ] ] ], "FrozenSetMinLengthError": [ [ "pydantic/v1/errors.py", [ "FrozenSetMinLengthError" ] ] ], "FrozenSetMaxLengthError": [ [ "pydantic/v1/errors.py", [ "FrozenSetMaxLengthError" ] ] ], "AnyStrMinLengthError": [ [ "pydantic/v1/errors.py", [ "AnyStrMinLengthError" ] ] ], "AnyStrMaxLengthError": [ [ "pydantic/v1/errors.py", [ "AnyStrMaxLengthError" ] ] ], "StrError": [ [ "pydantic/v1/errors.py", [ "StrError" ] ] ], "StrRegexError": [ [ "pydantic/v1/errors.py", [ "StrRegexError" ] ] ], "_NumberBoundError": [ [ "pydantic/v1/errors.py", [ "_NumberBoundError" ] ] ], "NumberNotGtError": [ [ "pydantic/v1/errors.py", [ "NumberNotGtError" ] ] ], "NumberNotGeError": [ [ "pydantic/v1/errors.py", [ "NumberNotGeError" ] ] ], "NumberNotLtError": [ [ "pydantic/v1/errors.py", [ "NumberNotLtError" ] ] ], "NumberNotLeError": [ [ "pydantic/v1/errors.py", [ "NumberNotLeError" ] ] ], "NumberNotFiniteError": [ [ "pydantic/v1/errors.py", [ "NumberNotFiniteError" ] ] ], "NumberNotMultipleError": [ [ "pydantic/v1/errors.py", [ "NumberNotMultipleError" ] ] ], "DecimalError": [ [ "pydantic/v1/errors.py", [ "DecimalError" ] ] ], "DecimalIsNotFiniteError": [ [ "pydantic/v1/errors.py", [ "DecimalIsNotFiniteError" ] ] ], "DecimalMaxDigitsError": [ [ "pydantic/v1/errors.py", [ "DecimalMaxDigitsError" ] ] ], "DecimalMaxPlacesError": [ [ "pydantic/v1/errors.py", [ "DecimalMaxPlacesError" ] ] ], "DecimalWholeDigitsError": [ [ "pydantic/v1/errors.py", [ "DecimalWholeDigitsError" ] ] ], "DateTimeError": [ [ "pydantic/v1/errors.py", [ "DateTimeError" ] ] ], "DateError": [ [ "pydantic/v1/errors.py", [ "DateError" ] ] ], "DateNotInThePastError": [ [ "pydantic/v1/errors.py", [ "DateNotInThePastError" ] ] ], "DateNotInTheFutureError": [ [ "pydantic/v1/errors.py", [ "DateNotInTheFutureError" ] ] ], "TimeError": [ [ "pydantic/v1/errors.py", [ "TimeError" ] ] ], "DurationError": [ [ "pydantic/v1/errors.py", [ "DurationError" ] ] ], "HashableError": [ [ "pydantic/v1/errors.py", [ "HashableError" ] ] ], "UUIDError": [ [ "pydantic/v1/errors.py", [ "UUIDError" ] ] ], "UUIDVersionError": [ [ "pydantic/v1/errors.py", [ "UUIDVersionError" ] ] ], "ArbitraryTypeError": [ [ "pydantic/v1/errors.py", [ "ArbitraryTypeError" ] ] ], "ClassError": [ [ "pydantic/v1/errors.py", [ "ClassError" ] ] ], "SubclassError": [ [ "pydantic/v1/errors.py", [ "SubclassError" ] ] ], "JsonError": [ [ "pydantic/v1/errors.py", [ "JsonError" ] ] ], "JsonTypeError": [ [ "pydantic/v1/errors.py", [ "JsonTypeError" ] ] ], "PatternError": [ [ "pydantic/v1/errors.py", [ "PatternError" ] ] ], "DataclassTypeError": [ [ "pydantic/v1/errors.py", [ "DataclassTypeError" ] ] ], "CallableError": [ [ "pydantic/v1/errors.py", [ "CallableError" ] ] ], "EnumError": [ [ "pydantic/v1/errors.py", [ "EnumError" ] ] ], "IntEnumError": [ [ "pydantic/v1/errors.py", [ "IntEnumError" ] ] ], "IPvAnyAddressError": [ [ "pydantic/v1/errors.py", [ "IPvAnyAddressError" ] ] ], "IPvAnyInterfaceError": [ [ "pydantic/v1/errors.py", [ "IPvAnyInterfaceError" ] ] ], "IPvAnyNetworkError": [ [ "pydantic/v1/errors.py", [ "IPvAnyNetworkError" ] ] ], "IPv4AddressError": [ [ "pydantic/v1/errors.py", [ "IPv4AddressError" ] ] ], "IPv6AddressError": [ [ "pydantic/v1/errors.py", [ "IPv6AddressError" ] ] ], "IPv4NetworkError": [ [ "pydantic/v1/errors.py", [ "IPv4NetworkError" ] ] ], "IPv6NetworkError": [ [ "pydantic/v1/errors.py", [ "IPv6NetworkError" ] ] ], "IPv4InterfaceError": [ [ "pydantic/v1/errors.py", [ "IPv4InterfaceError" ] ] ], "IPv6InterfaceError": [ [ "pydantic/v1/errors.py", [ "IPv6InterfaceError" ] ] ], "ColorError": [ [ "pydantic/v1/errors.py", [ "ColorError" ] ] ], "StrictBoolError": [ [ "pydantic/v1/errors.py", [ "StrictBoolError" ] ] ], "NotDigitError": [ [ "pydantic/v1/errors.py", [ "NotDigitError" ] ] ], "LuhnValidationError": [ [ "pydantic/v1/errors.py", [ "LuhnValidationError" ] ] ], "InvalidLengthForBrand": [ [ "pydantic/v1/errors.py", [ "InvalidLengthForBrand" ] ] ], "InvalidByteSize": [ [ "pydantic/v1/errors.py", [ "InvalidByteSize" ] ] ], "InvalidByteSizeUnit": [ [ "pydantic/v1/errors.py", [ "InvalidByteSizeUnit" ] ] ], "MissingDiscriminator": [ [ "pydantic/v1/errors.py", [ "MissingDiscriminator" ] ] ], "InvalidDiscriminator": [ [ "pydantic/v1/errors.py", [ "InvalidDiscriminator" ] ] ], "UndefinedType": [ [ "pydantic/v1/fields.py", [ "UndefinedType" ] ] ], "ModelField": [ [ "pydantic/v1/fields.py", [ "ModelField" ] ] ], "DeferredType": [ [ "pydantic/v1/fields.py", [ "DeferredType" ] ] ], "GenericModel": [ [ "pydantic/v1/generics.py", [ "GenericModel" ] ], [ "tests/test_annotated.py", [ "test_get_pydantic_core_schema_source_type", "GenericModel" ] ], [ "tests/test_main.py", [ "test_model_equality_generics", "GenericModel" ] ] ], "Parts": [ [ "pydantic/v1/networks.py", [ "if_TYPE_CHECKING_", "Parts" ] ], [ "pydantic/v1/networks.py", [ "if_TYPE_CHECKING_", "else_", "Parts" ] ] ], "HostParts": [ [ "pydantic/v1/networks.py", [ "if_TYPE_CHECKING_", "HostParts" ] ] ], "AnyUrl": [ [ "pydantic/v1/networks.py", [ "AnyUrl" ] ] ], "AnyHttpUrl": [ [ "pydantic/v1/networks.py", [ "AnyHttpUrl" ] ] ], "HttpUrl": [ [ "pydantic/v1/networks.py", [ "HttpUrl" ] ] ], "FileUrl": [ [ "pydantic/v1/networks.py", [ "FileUrl" ] ] ], "MultiHostDsn": [ [ "pydantic/v1/networks.py", [ "MultiHostDsn" ] ] ], "PostgresDsn": [ [ "pydantic/v1/networks.py", [ "PostgresDsn" ] ] ], "CockroachDsn": [ [ "pydantic/v1/networks.py", [ "CockroachDsn" ] ] ], "AmqpDsn": [ [ "pydantic/v1/networks.py", [ "AmqpDsn" ] ] ], "RedisDsn": [ [ "pydantic/v1/networks.py", [ "RedisDsn" ] ] ], "MongoDsn": [ [ "pydantic/v1/networks.py", [ "MongoDsn" ] ] ], "KafkaDsn": [ [ "pydantic/v1/networks.py", [ "KafkaDsn" ] ] ], "SkipField": [ [ "pydantic/v1/schema.py", [ "SkipField" ] ] ], "ConstrainedNumberMeta": [ [ "pydantic/v1/types.py", [ "ConstrainedNumberMeta" ] ] ], "StrictBool": [ [ "pydantic/v1/types.py", [ "None_1", "else_", "StrictBool" ] ] ], "ConstrainedInt": [ [ "pydantic/v1/types.py", [ "ConstrainedInt" ] ] ], "PositiveInt": [ [ "pydantic/v1/types.py", [ "None_2", "else_", "PositiveInt" ] ] ], "NegativeInt": [ [ "pydantic/v1/types.py", [ "None_2", "else_", "NegativeInt" ] ] ], "NonPositiveInt": [ [ "pydantic/v1/types.py", [ "None_2", "else_", "NonPositiveInt" ] ] ], "NonNegativeInt": [ [ "pydantic/v1/types.py", [ "None_2", "else_", "NonNegativeInt" ] ] ], "StrictInt": [ [ "pydantic/v1/types.py", [ "None_2", "else_", "StrictInt" ] ] ], "ConstrainedFloat": [ [ "pydantic/v1/types.py", [ "ConstrainedFloat" ] ] ], "PositiveFloat": [ [ "pydantic/v1/types.py", [ "None_3", "else_", "PositiveFloat" ] ] ], "NegativeFloat": [ [ "pydantic/v1/types.py", [ "None_3", "else_", "NegativeFloat" ] ] ], "NonPositiveFloat": [ [ "pydantic/v1/types.py", [ "None_3", "else_", "NonPositiveFloat" ] ] ], "NonNegativeFloat": [ [ "pydantic/v1/types.py", [ "None_3", "else_", "NonNegativeFloat" ] ] ], "StrictFloat": [ [ "pydantic/v1/types.py", [ "None_3", "else_", "StrictFloat" ] ] ], "FiniteFloat": [ [ "pydantic/v1/types.py", [ "None_3", "else_", "FiniteFloat" ] ] ], "ConstrainedBytes": [ [ "pydantic/v1/types.py", [ "ConstrainedBytes" ] ] ], "StrictBytes": [ [ "pydantic/v1/types.py", [ "None_4", "else_", "StrictBytes" ] ] ], "ConstrainedStr": [ [ "pydantic/v1/types.py", [ "ConstrainedStr" ] ] ], "StrictStr": [ [ "pydantic/v1/types.py", [ "None_5", "else_", "StrictStr" ] ] ], "ConstrainedSet": [ [ "pydantic/v1/types.py", [ "ConstrainedSet" ] ] ], "ConstrainedFrozenSet": [ [ "pydantic/v1/types.py", [ "ConstrainedFrozenSet" ] ] ], "ConstrainedList": [ [ "pydantic/v1/types.py", [ "ConstrainedList" ] ] ], "PyObject": [ [ "pydantic/v1/types.py", [ "None_6", "else_", "PyObject" ] ] ], "ConstrainedDecimal": [ [ "pydantic/v1/types.py", [ "ConstrainedDecimal" ] ] ], "UUID1": [ [ "pydantic/v1/types.py", [ "None_7", "else_", "UUID1" ] ] ], "UUID3": [ [ "pydantic/v1/types.py", [ "None_7", "else_", "UUID3" ] ] ], "UUID4": [ [ "pydantic/v1/types.py", [ "None_7", "else_", "UUID4" ] ] ], "UUID5": [ [ "pydantic/v1/types.py", [ "None_7", "else_", "UUID5" ] ] ], "FilePath": [ [ "pydantic/v1/types.py", [ "None_8", "else_", "FilePath" ] ] ], "DirectoryPath": [ [ "pydantic/v1/types.py", [ "None_8", "else_", "DirectoryPath" ] ] ], "JsonWrapper": [ [ "pydantic/v1/types.py", [ "JsonWrapper" ] ] ], "JsonMeta": [ [ "pydantic/v1/types.py", [ "JsonMeta" ] ] ], "SecretField": [ [ "pydantic/v1/types.py", [ "SecretField" ] ] ], "ConstrainedDate": [ [ "pydantic/v1/types.py", [ "ConstrainedDate" ] ] ], "PyObjectStr": [ [ "pydantic/v1/utils.py", [ "PyObjectStr" ] ] ], "GetterDict": [ [ "pydantic/v1/utils.py", [ "GetterDict" ] ] ], "IfConfig": [ [ "pydantic/v1/validators.py", [ "IfConfig" ] ] ], "PydanticDeprecationWarning": [ [ "pydantic/warnings.py", [ "PydanticDeprecationWarning" ] ] ], "PydanticDeprecatedSince20": [ [ "pydantic/warnings.py", [ "PydanticDeprecatedSince20" ] ] ], "GenericBeforeBaseModelWarning": [ [ "pydantic/warnings.py", [ "GenericBeforeBaseModelWarning" ] ] ], "GetModel": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "GetModel" ] ] ], "GetModel2": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "GetModel2" ] ] ], "GetManyModel": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "GetManyModel" ] ] ], "GetManyModel2": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "GetManyModel2" ] ] ], "GetManyModel3": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "GetManyModel3" ] ] ], "GetManyModel4": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "GetManyModel4" ] ] ], "PutModel": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "PutModel" ] ] ], "PutModel2": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "PutModel2" ] ] ], "PutManyModel": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "PutManyModel" ] ] ], "PutManyModel2": [ [ "tests/benchmarks/test_fastapi_startup_generics.py", [ "test_fastapi_startup_perf", "PutManyModel2" ] ] ], "User": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "User" ] ], [ "tests/test_computed_fields.py", [ "test_computed_fields_del", "User" ] ], [ "tests/test_construction.py", [ "test_copy_with_excluded_fields", "User" ] ], [ "tests/test_dataclasses.py", [ "test_fields", "User" ] ], [ "tests/test_dataclasses.py", [ "test_default_factory_field", "User" ] ], [ "tests/test_dataclasses.py", [ "test_schema", "User" ] ], [ "tests/test_dataclasses.py", [ "test_issue_3162", "User" ] ], [ "tests/test_dataclasses.py", [ "test_dataclass_alias_generator", "User" ] ], [ "tests/test_deprecated.py", [ "test_nested_orm", "User" ] ], [ "tests/test_json.py", [ "test_json_nested_encode_models", "User" ] ], [ "tests/test_main.py", [ "test_default_copy", "User" ] ], [ "tests/test_main.py", [ "test_field_exclude", "User" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_never", "User" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_sub_instances", "User" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_always", "User" ] ], [ "tests/test_rich_repr.py", [ "user_fixture", "User" ] ], [ "tests/test_serialize.py", [ "test_serialize_as_any", "User" ] ], [ "tests/test_types.py", [ "test_strict_enum", "User" ] ], [ "tests/test_types_typeddict.py", [ "test_partial_new_typeddict", "User" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_extra_default", "User" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_from_attributes", "User" ] ] ], "Address": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "Address" ] ] ], "Product": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "Product" ] ] ], "BlogPost": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "BlogPost" ] ] ], "Website": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "Website" ] ] ], "Order": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "Order" ] ] ], "Comment": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "Comment" ] ] ], "Event": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "Event" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple", "Event" ] ] ], "Category": [ [ "tests/benchmarks/test_fastapi_startup_simple.py", [ "test_fastapi_startup_perf", "run", "Category" ] ] ], "Blog": [ [ "tests/benchmarks/test_north_star.py", [ "pydantic_type_adapter", "Blog" ] ] ], "SocialProfileBase": [ [ "tests/benchmarks/test_north_star.py", [ "pydantic_type_adapter", "SocialProfileBase" ] ] ], "FacebookProfile": [ [ "tests/benchmarks/test_north_star.py", [ "pydantic_type_adapter", "FacebookProfile" ] ] ], "TwitterProfile": [ [ "tests/benchmarks/test_north_star.py", [ "pydantic_type_adapter", "TwitterProfile" ] ] ], "LinkedinProfile": [ [ "tests/benchmarks/test_north_star.py", [ "pydantic_type_adapter", "LinkedinProfile" ] ] ], "Person": [ [ "tests/benchmarks/test_north_star.py", [ "pydantic_type_adapter", "Person" ] ], [ "tests/mypy/modules/custom_constructor.py", [ "Person" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/custom_constructor.py", [ "Person" ] ], [ "tests/test_deprecated.py", [ "test_from_attributes", "Person" ] ], [ "tests/test_model_validator.py", [ "test_subclass", "Person" ] ] ], "Err": [ [ "tests/conftest.py", [ "Err" ] ] ], "Square": [ [ "tests/mypy/modules/computed_fields.py", [ "Square" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/computed_fields.py", [ "Square" ] ], [ "tests/pyright/pyright_example.py", [ "Square" ] ], [ "tests/test_computed_fields.py", [ "test_computed_fields_set", "Square" ] ], [ "tests/test_computed_fields.py", [ "test_frozen", "Square" ] ], [ "tests/test_computed_fields.py", [ "test_validate_assignment", "Square" ] ], [ "tests/test_computed_fields.py", [ "test_abstractmethod", "Square" ] ], [ "tests/test_computed_fields.py", [ "test_abstractmethod_missing", "Square" ] ], [ "tests/test_edge_cases.py", [ "test_abstractmethod_missing_for_all_decorators", "Square" ] ] ], "Square2": [ [ "tests/mypy/modules/computed_fields.py", [ "try_", "else_", "Square2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/computed_fields.py", [ "try_", "else_", "Square2" ] ], [ "tests/pyright/pyright_example.py", [ "Square2" ] ] ], "Foo": [ [ "tests/mypy/modules/dataclass_no_any.py", [ "Foo" ] ], [ "tests/mypy/modules/success.py", [ "Foo" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "Foo" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict-no-any_ini/dataclass_no_any.py", [ "Foo" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "Foo" ] ], [ "tests/test_aliases.py", [ "test_populate_by_name_config", "Foo" ] ], [ "tests/test_annotated.py", [ "test_config_field_info", "Foo" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_use_field_name", "Foo" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_does_not_use_reserved_word", "Foo" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_populate_by_name_config", "Foo" ] ], [ "tests/test_config.py", [ "test_config_validation_error_cause", "Foo" ] ], [ "tests/test_construction.py", [ "test_construct_allow_extra", "Foo" ] ], [ "tests/test_construction.py", [ "test_construct_keep_order", "Foo" ] ], [ "tests/test_construction.py", [ "test_copy_update_unset", "Foo" ] ], [ "tests/test_construction.py", [ "test_copy_deep_extra", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_default_factory_singleton_field", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_override_builtin_dataclass_nested", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_ignore_extra", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_ignore_extra_subclass", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_allow_extra", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_allow_extra_subclass", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_forbid_extra", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_extra_forbid_list_no_error", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_recursive_dataclasses_gh_4509", "module", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_init_vars_inheritance", "Foo" ] ], [ "tests/test_dataclasses.py", [ "test_alias_with_dashes", "Foo" ] ], [ "tests/test_edge_cases.py", [ "test_inheritance", "Foo" ] ], [ "tests/test_edge_cases.py", [ "test_submodel_different_type", "Foo" ] ], [ "tests/test_edge_cases.py", [ "test_modify_fields", "Foo" ] ], [ "tests/test_edge_cases.py", [ "test_str_method_inheritance", "Foo" ] ], [ "tests/test_edge_cases.py", [ "test_repr_method_inheritance", "Foo" ] ], [ "tests/test_edge_cases.py", [ "test_frozen_config_and_field", "Foo" ] ], [ "tests/test_edge_cases.py", [ "test_arbitrary_types_allowed_custom_eq", "Foo" ] ], [ "tests/test_fields.py", [ "test_init_var_field", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_auto_update_no_model", "module", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_one_of_fields_not_defined", "module", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_basic_forward_ref", "module", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_self_forward_ref_module", "module", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_self_forward_ref_collection", "module", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_self_forward_ref_local", "module", "main", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_with_field", "module", "with_pytest_raises_TypeEr", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_nested_more_annotation", "module", "nested", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_nested_model_rebuild", "module", "nested", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_in_generic", "module", "Foo" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_in_generic_separate_modules", "module_1", "Foo" ] ], [ "tests/test_generics.py", [ "test_generics_memory_use", "for_t1_t2_t3_in_total_", "Foo" ] ], [ "tests/test_json.py", [ "test_invalid_model", "Foo" ] ], [ "tests/test_json.py", [ "test_encode_dataclass", "Foo" ] ], [ "tests/test_json.py", [ "test_encode_pydantic_dataclass", "Foo" ] ], [ "tests/test_json.py", [ "test_custom_encode_fallback_basemodel", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_sub_model", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_enum_and_model_have_same_behaviour", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_enum_includes_extra_without_other_params", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_list_sub_model", "Foo" ] ], [ "tests/test_json_schema.py", [ "Foo" ] ], [ "tests/test_json_schema.py", [ "test_schema_overrides", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_schema_overrides_w_union", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_schema_from_models", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_schema_with_refs", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_schema_with_custom_ref_template", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_schema_ref_template_key_error", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_constraints_schema_validation", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_constraints_schema_serialization", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_constraints_schema_validation_passes", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_constraints_schema_validation_raises", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_schema_kwargs", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_schema_dict_constr", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_model_with_type_attributes", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_deferred_json_schema", "Foo" ] ], [ "tests/test_json_schema.py", [ "test_recursive_non_generic_model", "Foo" ] ], [ "tests/test_main.py", [ "test_model_extra_is_none_when_extra_is_forbid", "Foo" ] ], [ "tests/test_main.py", [ "test_with_declared_hash", "Foo" ] ], [ "tests/test_main.py", [ "Foo" ] ], [ "tests/test_main.py", [ "test_model_iteration", "Foo" ] ], [ "tests/test_main.py", [ "test_model_iteration_extra", "Foo" ] ], [ "tests/test_main.py", [ "test_model_export_nested_list", "Foo" ] ], [ "tests/test_main.py", [ "test_model_export_dict_exclusion", "Foo" ] ], [ "tests/test_main.py", [ "test_extra_validator_named", "Foo" ] ], [ "tests/test_main.py", [ "test_arbitrary_types_not_a_type", "Foo" ] ], [ "tests/test_main.py", [ "test_deferred_core_schema", "Foo" ] ], [ "tests/test_model_signature.py", [ "test_use_field_name", "Foo" ] ], [ "tests/test_model_signature.py", [ "test_does_not_use_reserved_word", "Foo" ] ], [ "tests/test_parse.py", [ "test_model_validate_wrong_model", "Foo" ] ], [ "tests/test_serialize.py", [ "test_subclass_support_unions_with_forward_ref", "Foo" ] ], [ "tests/test_types.py", [ "test_invalid_schema_constraints", "with_pytest_raises_Schem", "Foo" ] ], [ "tests/test_types.py", [ "test_invalid_decimal_constraint", "with_pytest_raises_", "Foo" ] ], [ "tests/test_types.py", [ "test_pattern_with_invalid_param", "with_pytest_raises_", "Foo" ] ], [ "tests/test_utils.py", [ "test_class_attribute", "Foo" ] ], [ "tests/test_validate_call.py", [ "test_validator_init", "Foo" ] ], [ "tests/test_validate_call.py", [ "test_basemodel_method", "Foo" ] ], [ "tests/test_validators.py", [ "test_literal_validator_str_enum", "Foo" ] ] ], "Bar": [ [ "tests/mypy/modules/dataclass_no_any.py", [ "Bar" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict-no-any_ini/dataclass_no_any.py", [ "Bar" ] ], [ "tests/test_dataclasses.py", [ "test_ignore_extra_subclass", "Bar" ] ], [ "tests/test_dataclasses.py", [ "test_allow_extra_subclass", "Bar" ] ], [ "tests/test_dataclasses.py", [ "test_extra_forbid_list_no_error", "Bar" ] ], [ "tests/test_dataclasses.py", [ "test_extra_forbid_list_error", "Bar" ] ], [ "tests/test_dataclasses.py", [ "test_init_vars_inheritance", "Bar" ] ], [ "tests/test_edge_cases.py", [ "test_inheritance", "with_pytest_raises_", "Bar" ] ], [ "tests/test_edge_cases.py", [ "test_submodel_different_type", "Bar" ] ], [ "tests/test_edge_cases.py", [ "test_modify_fields", "Bar" ] ], [ "tests/test_edge_cases.py", [ "test_str_method_inheritance", "Bar" ] ], [ "tests/test_edge_cases.py", [ "test_repr_method_inheritance", "Bar" ] ], [ "tests/test_edge_cases.py", [ "test_frozen_config_and_field", "Bar" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_auto_update_no_model", "module", "Bar" ] ], [ "tests/test_forward_ref.py", [ "test_basic_forward_ref", "module", "Bar" ] ], [ "tests/test_forward_ref.py", [ "test_nested_more_annotation", "module", "nested", "more_nested", "Bar" ] ], [ "tests/test_forward_ref.py", [ "test_nested_annotation_priority", "module", "nested", "Bar" ] ], [ "tests/test_forward_ref.py", [ "test_nested_model_rebuild", "module", "nested", "Bar" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_in_generic", "module", "Bar" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_in_generic_separate_modules", "module_2", "Bar" ] ], [ "tests/test_json.py", [ "test_custom_encode_fallback_basemodel", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_sub_model", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_list_sub_model", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_schema_overrides", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_schema_overrides_w_union", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_schema_from_models", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_schema_with_refs", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_schema_with_custom_ref_template", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_schema_ref_template_key_error", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_model_with_type_attributes", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_deferred_json_schema", "Bar" ] ], [ "tests/test_json_schema.py", [ "test_recursive_non_generic_model", "Bar" ] ], [ "tests/test_main.py", [ "test_with_declared_hash", "Bar" ] ], [ "tests/test_main.py", [ "test_model_iteration", "Bar" ] ], [ "tests/test_main.py", [ "test_model_iteration_extra", "Bar" ] ], [ "tests/test_main.py", [ "test_model_export_nested_list", "Bar" ] ], [ "tests/test_main.py", [ "test_arbitrary_types_not_a_type", "Bar" ] ], [ "tests/test_main.py", [ "test_deferred_core_schema", "Bar" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_dataclass", "with_install_plugin_plugi", "Bar" ] ], [ "tests/test_serialize.py", [ "test_subclass_support_unions_with_forward_ref", "Bar" ] ], [ "tests/test_validate_call.py", [ "test_basemodel_method", "Bar" ] ], [ "tests/test_validators.py", [ "test_literal_validator_str_enum", "Bar" ] ] ], "Model": [ [ "tests/mypy/modules/fail1.py", [ "Model" ] ], [ "tests/mypy/modules/fail2.py", [ "Model" ] ], [ "tests/mypy/modules/fail3.py", [ "Model" ] ], [ "tests/mypy/modules/fail4.py", [ "Model" ] ], [ "tests/mypy/modules/fail_defaults.py", [ "Model" ] ], [ "tests/mypy/modules/plugin_default_factory.py", [ "Model" ] ], [ "tests/mypy/modules/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/modules/plugin_success.py", [ "Model" ] ], [ "tests/mypy/modules/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "Model" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/modules/success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/fail1.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/fail2.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/fail3.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/fail_defaults.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_default_factory.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/fail1.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/fail2.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/fail3.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/fail_defaults.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/fail1.py", [ "Model" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/fail2.py", [ "Model" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.1.1/pyproject-default_toml/fail1.py", [ "Model" ] ], [ "tests/mypy/outputs/1.1.1/pyproject-default_toml/fail2.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "NestedModel", "Model" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_default_factory.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "Model" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Model" ] ], [ "tests/test_abc.py", [ "test_model_subclassing_abstract_base_classes", "Model" ] ], [ "tests/test_abc.py", [ "test_model_subclassing_abstract_base_classes_without_implementation_raises_exception", "Model" ] ], [ "tests/test_aliases.py", [ "test_basic_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_field_info_repr_with_aliases", "Model" ] ], [ "tests/test_aliases.py", [ "test_alias_error", "Model" ] ], [ "tests/test_aliases.py", [ "test_alias_error_loc_by_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_annotation_config", "Model" ] ], [ "tests/test_aliases.py", [ "test_pop_by_field_name", "Model" ] ], [ "tests/test_aliases.py", [ "test_alias_generator_used_by_default", "Model" ] ], [ "tests/test_aliases.py", [ "test_aliases_priority", "Model" ] ], [ "tests/test_aliases.py", [ "test_empty_string_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_validation_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_validation_alias_with_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_validation_alias_from_str_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_validation_alias_from_list_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_serialization_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_serialization_alias_with_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_serialization_alias_from_alias", "Model" ] ], [ "tests/test_aliases.py", [ "test_aliases_json_schema", "Model" ] ], [ "tests/test_aliases.py", [ "test_validation_alias_path", "Model" ] ], [ "tests/test_aliases.py", [ "test_validation_alias_invalid_value_type", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_aliases.py", [ "test_validation_alias_parse_data", "Model" ] ], [ "tests/test_annotated.py", [ "test_field_reuse", "Model" ] ], [ "tests/test_annotated.py", [ "test_merge_field_infos_model", "Model" ] ], [ "tests/test_annotated.py", [ "test_model_dump_doesnt_dump_annotated_dunder", "Model" ] ], [ "tests/test_annotated.py", [ "test_merge_field_infos_ordering", "Model" ] ], [ "tests/test_assert_in_validators.py", [ "test_assert_raises_validation_error", "Model" ] ], [ "tests/test_callable.py", [ "test_callable", "Model" ] ], [ "tests/test_callable.py", [ "test_non_callable", "Model" ] ], [ "tests/test_color.py", [ "test_model_validation", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_cached_property", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_properties_and_computed_fields", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_computed_fields_repr", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_functools", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_include_exclude", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_exclude_none", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_expected_type", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_expected_type_wrong", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_computed_fields_infer_return_type", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_computed_fields_missing_return_type", "Model" ] ], [ "tests/test_computed_fields.py", [ "make_base_model", "Model" ] ], [ "tests/test_computed_fields.py", [ "make_dataclass", "Model" ] ], [ "tests/test_computed_fields.py", [ "make_typed_dict", "Model" ] ], [ "tests/test_computed_fields.py", [ "test_computed_field_override_raises", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_custom_init_signature_with_no_var_kw", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_extra_allow_no_conflict", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_extra_allow_conflict_twice", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_extra_allow_conflict_custom_signature", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_private_attribute_intersection_with_extra_field", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_parse_model_with_strict_config_disabled", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_finite_float_config", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_str_strip_whitespace", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_str_to_upper", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_str_to_lower", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_namedtuple_arbitrary_type", "Model" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_immutable_copy_with_frozen", "Model" ] ], [ "tests/test_config.py", [ "test_hide_input_in_errors", "Model" ] ], [ "tests/test_config.py", [ "test_config_inf_nan_enabled", "Model" ] ], [ "tests/test_config.py", [ "test_config_inf_nan_disabled", "Model" ] ], [ "tests/test_config.py", [ "test_json_encoders_model", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_construction.py", [ "Model" ] ], [ "tests/test_construction.py", [ "test_large_any_str", "Model" ] ], [ "tests/test_construction.py", [ "test_copy_advanced_exclude", "Model" ] ], [ "tests/test_construction.py", [ "test_copy_advanced_include", "Model" ] ], [ "tests/test_construction.py", [ "test_copy_advanced_include_exclude", "Model" ] ], [ "tests/test_construction.py", [ "test_immutable_copy_with_frozen", "Model" ] ], [ "tests/test_construction.py", [ "test_copy_update_exclude", "Model" ] ], [ "tests/test_construction.py", [ "test_construct_default_factory", "Model" ] ], [ "tests/test_construction.py", [ "test_pydantic_extra", "Model" ] ], [ "tests/test_create_model.py", [ "test_repeat_base_usage", "Model" ] ], [ "tests/test_create_model.py", [ "test_private_attr_set_name", "Model" ] ], [ "tests/test_create_model.py", [ "test_private_attr_default_descriptor_attribute_error", "Model" ] ], [ "tests/test_create_model.py", [ "test_private_attr_set_name_do_not_crash_if_not_callable", "Model" ] ], [ "tests/test_create_model.py", [ "test_del_model_attr", "Model" ] ], [ "tests/test_create_model.py", [ "test_del_model_attr_error", "Model" ] ], [ "tests/test_create_model.py", [ "test_del_model_attr_with_privat_attrs", "Model" ] ], [ "tests/test_create_model.py", [ "test_del_model_attr_with_privat_attrs_error", "Model" ] ], [ "tests/test_create_model.py", [ "test_del_model_attr_with_privat_attrs_twice_error", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_issue_2398", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_json_schema_with_computed_field", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_post_init_after_validation", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_validator_info_field_name_data_before", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_dataclass_config_validate_default", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_decorators_in_model_field", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_dataclass_slots", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_dataclass_slots_mixed", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_model_config", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_model_config_override_in_decorator", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_model_config_override_in_decorator_empty_config", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_pydantic_field_annotation", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_combined_field_annotations", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_dataclass_field_default_factory_with_init", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_dataclass_field_default_with_init", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_signature", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_schema_generator", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_can_inherit_stdlib_dataclasses_with_defaults", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_can_inherit_stdlib_dataclasses_default_factories_and_use_them", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_can_inherit_stdlib_dataclasses_default_factories_and_provide_a_value", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_can_inherit_stdlib_dataclasses_with_dataclass_fields", "Model" ] ], [ "tests/test_dataclasses.py", [ "test_validate_strings", "Model" ] ], [ "tests/test_datetime.py", [ "test_aware_datetime_validation_success", "Model" ] ], [ "tests/test_datetime.py", [ "test_aware_datetime_validation_fails", "Model" ] ], [ "tests/test_datetime.py", [ "test_naive_datetime_validation_success", "Model" ] ], [ "tests/test_datetime.py", [ "test_naive_datetime_validation_fails", "Model" ] ], [ "tests/test_datetime.py", [ "test_model_type_errors", "Model" ] ], [ "tests/test_datetime.py", [ "test_unicode_decode_error", "Model" ] ], [ "tests/test_datetime.py", [ "test_nan", "Model" ] ], [ "tests/test_datetime.py", [ "test_date_constraints", "Model" ] ], [ "tests/test_datetime.py", [ "test_past_date_validation_success", "Model" ] ], [ "tests/test_datetime.py", [ "test_past_date_validation_fails", "Model" ] ], [ "tests/test_datetime.py", [ "test_future_date_validation_success", "Model" ] ], [ "tests/test_datetime.py", [ "test_future_date_validation_fails", "Model" ] ], [ "tests/test_datetime.py", [ "test_past_datetime_validation_success", "Model" ] ], [ "tests/test_datetime.py", [ "test_past_datetime_validation_fails", "Model" ] ], [ "tests/test_datetime.py", [ "test_future_datetime_validation_success", "Model" ] ], [ "tests/test_datetime.py", [ "test_future_datetime_validation_fails", "Model" ] ], [ "tests/test_datetime.py", [ "test_invalid_annotated_type", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_datetime.py", [ "test_tzinfo_could_be_reused", "Model" ] ], [ "tests/test_deprecated.py", [ "test_object_with_getattr", "Model" ] ], [ "tests/test_deprecated.py", [ "test_properties", "Model" ] ], [ "tests/test_deprecated.py", [ "test_extra_allow_from_orm", "Model" ] ], [ "tests/test_deprecated.py", [ "test_root_validator", "Model" ] ], [ "tests/test_deprecated.py", [ "test_parse_raw_pass", "Model" ] ], [ "tests/test_deprecated.py", [ "test_parse_raw_pass_fail", "Model" ] ], [ "tests/test_deprecated.py", [ "test_fields", "Model" ] ], [ "tests/test_deprecated.py", [ "test_fields_set", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_min_items_deprecation", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_min_items_with_min_length", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_max_items", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_max_items_with_max_length", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_const", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_include_deprecation", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_deprecated.py", [ "test_unique_items_items", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_deprecated.py", [ "test_unique_items_conlist", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_deprecated.py", [ "test_allow_mutation", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_regex", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_deprecated.py", [ "test_modify_schema_error", "with_pytest_raises_", "Model" ] ], [ "tests/test_deprecated.py", [ "test_v1_get_validators", "with_pytest_warns_", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_extra_arguments", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_deprecated.py", [ "test_field_extra_does_not_rewrite_json_schema_extra", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_deprecated.py", [ "test_deprecated_module", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_type", "with_pytest_raises_", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_single_variant", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_single_variant", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_invalid_type", "with_pytest_raises_", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_defined_discriminator", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_literal_discriminator", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_validation", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_annotated_union", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_alias_different", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_alias_same", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_nested", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_unions_of_optionals", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_union_discriminator_literals", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_distinct_choices", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_invalid_discriminated_union_type", "with_pytest_raises_", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_function_after_discriminator", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_sequence_discriminated_union", "Model" ] ], [ "tests/test_discriminated_union.py", [ "test_callable_discriminated_union_recursive", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_str_bytes", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_str_bytes_none", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_union_int_str", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_union_int_any", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_typed_list", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_typed_set", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_dict_dict", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_none_list", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_typed_dict", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_typed_dict_error", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_dict_key_error", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_tuple", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_tuple_more", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_pep585_generic_types", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_tuple_length_error", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_tuple_invalid", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_tuple_value_error", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_list", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_list_error", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_list_unions", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_lists", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_str_enum", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_any_dict", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_success_values_include", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_include_exclude_unset", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_include_exclude_defaults", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude_by_alias", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_value_include", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_value_exclude_include", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude_nested_lists", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_include_nested_lists", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_field_set_ignore_extra", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_field_set_allow_extra", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_field_set_field_name", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_values_order", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_invalid_type", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_valid_string_types", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_invalid_string_types", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_string_none", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_optional_required", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_multiple_errors", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_validate_default", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_force_extra", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_self", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_self_recursive", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_custom_init", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_type_on_annotation", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_assign_type", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_optional_subfields", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_validated_optional_subfields", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_field_str_shape", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_field_type_display", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_optional_validator", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_required_optional", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_required_any", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_custom_generic_validators", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_custom_generic_arbitrary_allowed", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_custom_generic_disallowed", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_hashable_required", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_hashable_optional", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_hashable_serialization", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_hashable_json_schema", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_arbitrary_types_allowed_custom_eq", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_long_int", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_plain_basemodel_field", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_sequences_str", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_union_literal_with_other_type", "Model" ] ], [ "tests/test_edge_cases.py", [ "test_type_union", "Model" ] ], [ "tests/test_fastapi_json_schema.py", [ "test_collect_errors", "Model" ] ], [ "tests/test_fields.py", [ "test_init_var_does_not_work", "with_pytest_raises_Runtim", "Model" ] ], [ "tests/test_fields.py", [ "test_init_var_field", "Model" ] ], [ "tests/test_fields.py", [ "test_root_model_arbitrary_field_name_error", "with_pytest_raises_", "Model" ] ], [ "tests/test_fields.py", [ "test_root_model_arbitrary_private_field_works", "Model" ] ], [ "tests/test_fields.py", [ "test_root_model_field_override", "Model" ] ], [ "tests/test_fields.py", [ "test_frozen_field_repr", "Model" ] ], [ "tests/test_forward_ref.py", [ "test_rebuild_subclass_of_built_model", "Model" ] ], [ "tests/test_generics.py", [ "test_methods_are_inherited", "Model" ] ], [ "tests/test_generics.py", [ "test_config_is_inherited", "Model" ] ], [ "tests/test_generics.py", [ "test_parameter_count", "Model" ] ], [ "tests/test_generics.py", [ "test_cover_cache", "Model" ] ], [ "tests/test_generics.py", [ "test_cache_keys_are_hashable", "Model" ] ], [ "tests/test_generics.py", [ "test_enum_generic", "Model" ] ], [ "tests/test_generics.py", [ "test_child_schema", "Model" ] ], [ "tests/test_generics.py", [ "test_partial_specification", "Model" ] ], [ "tests/test_generics.py", [ "test_partial_specification_with_inner_typevar", "Model" ] ], [ "tests/test_generics.py", [ "test_partial_specification_name", "Model" ] ], [ "tests/test_generics.py", [ "test_partial_specification_instantiation", "Model" ] ], [ "tests/test_generics.py", [ "test_partial_specification_instantiation_bounded", "Model" ] ], [ "tests/test_generics.py", [ "test_typevar_parametrization", "Model" ] ], [ "tests/test_generics.py", [ "test_multiple_specification", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_model_pickle", "module", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_model_from_function_pickle_fail", "module", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_model_redefined_without_cache_fail", "module", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_model_caching_detect_order_of_union_args_basic", "module", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_model_caching_detect_order_of_union_args_nested", "module", "Model" ] ], [ "tests/test_generics.py", [ "test_iter_contained_typevars", "Model" ] ], [ "tests/test_generics.py", [ "test_nested_identity_parameterization", "Model" ] ], [ "tests/test_generics.py", [ "test_replace_types", "Model" ] ], [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "Model" ] ], [ "tests/test_generics.py", [ "test_custom_sequence_behavior", "with_pytest_raises_", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_with_callable", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_with_partial_callable", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_enums", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_with_user_defined_generic_field", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_recursion_contextvar", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_enum_bound", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_intenum_bound", "Model" ] ], [ "tests/test_generics.py", [ "test_generic_namedtuple", "Model" ] ], [ "tests/test_generics.py", [ "test_reverse_order_generic_hashability", "with_pytest_warns_", "Model" ] ], [ "tests/test_json.py", [ "test_model_encoding", "Model" ] ], [ "tests/test_json.py", [ "test_subclass_encoding", "Model" ] ], [ "tests/test_json.py", [ "test_subclass_custom_encoding", "Model" ] ], [ "tests/test_json.py", [ "test_custom_encoder", "Model" ] ], [ "tests/test_json.py", [ "test_iso_timedelta_simple", "Model" ] ], [ "tests/test_json.py", [ "test_resolve_ref_schema_recursive_model", "Model" ] ], [ "tests/test_json.py", [ "test_custom_json_encoder_config", "Model" ] ], [ "tests/test_json.py", [ "test_custom_iso_timedelta", "Model" ] ], [ "tests/test_json.py", [ "test_custom_iso_timedelta_annotated", "Model" ] ], [ "tests/test_json.py", [ "test_json_encoders_on_model", "Model" ] ], [ "tests/test_json.py", [ "test_json_encoders_not_used_for_python_dumps", "Model" ] ], [ "tests/test_json_schema.py", [ "test_schema_class", "Model" ] ], [ "tests/test_json_schema.py", [ "test_schema_class_by_alias", "Model" ] ], [ "tests/test_json_schema.py", [ "test_choices", "Model" ] ], [ "tests/test_json_schema.py", [ "test_enum_modify_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_enum_schema_custom_field", "Model" ] ], [ "tests/test_json_schema.py", [ "test_list_enum_schema_extras", "Model" ] ], [ "tests/test_json_schema.py", [ "test_enum_schema_cleandoc", "Model" ] ], [ "tests/test_json_schema.py", [ "test_decimal_json_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_optional", "Model" ] ], [ "tests/test_json_schema.py", [ "test_optional_modify_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_any", "Model" ] ], [ "tests/test_json_schema.py", [ "test_set", "Model" ] ], [ "tests/test_json_schema.py", [ "test_tuple", "Model" ] ], [ "tests/test_json_schema.py", [ "test_deque", "Model" ] ], [ "tests/test_json_schema.py", [ "test_bool", "Model" ] ], [ "tests/test_json_schema.py", [ "test_strict_bool", "Model" ] ], [ "tests/test_json_schema.py", [ "test_dict", "Model" ] ], [ "tests/test_json_schema.py", [ "test_list", "Model" ] ], [ "tests/test_json_schema.py", [ "test_list_union_dict", "Model" ] ], [ "tests/test_json_schema.py", [ "test_date_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_date_constrained_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_str_basic_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_pattern", "Model" ] ], [ "tests/test_json_schema.py", [ "test_str_constrained_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_special_str_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_email_str_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_secret_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_special_int_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_special_float_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_special_decimal_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_uuid_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_path_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_json_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipv4address_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipv6address_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipvanyaddress_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipv4interface_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipv6interface_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipvanyinterface_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipv4network_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipv6network_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_ipvanynetwork_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_callable_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_callable_type_with_fallback", "Model" ] ], [ "tests/test_json_schema.py", [ "test_non_serializable_default", "Model" ] ], [ "tests/test_json_schema.py", [ "test_callable_fallback_with_non_serializable_default", "Model" ] ], [ "tests/test_json_schema.py", [ "test_error_non_supported_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_schema_overrides", "Model" ] ], [ "tests/test_json_schema.py", [ "test_schema_from_models", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_default_timedelta", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_default_bytes", "Model" ] ], [ "tests/test_json_schema.py", [ "test_bytes_constrained_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_optional_dict", "Model" ] ], [ "tests/test_json_schema.py", [ "test_optional_validator", "Model" ] ], [ "tests/test_json_schema.py", [ "test_field_with_validator", "Model" ] ], [ "tests/test_json_schema.py", [ "test_known_model_optimization", "Model" ] ], [ "tests/test_json_schema.py", [ "test_new_type_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_literal_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_literal_enum", "Model" ] ], [ "tests/test_json_schema.py", [ "test_literal_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_color_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_extra_forbidden", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_extra_allow", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_extra_ignore", "Model" ] ], [ "tests/test_json_schema.py", [ "test_dataclass_with_extra_allow", "Model" ] ], [ "tests/test_json_schema.py", [ "test_dataclass_with_extra_ignore", "Model" ] ], [ "tests/test_json_schema.py", [ "test_dataclass_with_extra_forbid", "Model" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_with_extra_allow", "Model" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_with_extra_behavior_allow", "Model" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_with_extra_ignore", "Model" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_with_extra_behavior_ignore", "Model" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_with_extra_forbid", "Model" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_with_extra_behavior_forbid", "Model" ] ], [ "tests/test_json_schema.py", [ "test_enforced_constraints", "Model" ] ], [ "tests/test_json_schema.py", [ "test_dataclass", "Model" ] ], [ "tests/test_json_schema.py", [ "test_tuple_with_extra_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_path_modify_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_frozen_set", "Model" ] ], [ "tests/test_json_schema.py", [ "test_iterable", "Model" ] ], [ "tests/test_json_schema.py", [ "test_new_type", "Model" ] ], [ "tests/test_json_schema.py", [ "test_multiple_enums_with_same_name", "Model" ] ], [ "tests/test_json_schema.py", [ "test_mode_name_causes_no_conflict", "Model" ] ], [ "tests/test_json_schema.py", [ "test_schema_for_generic_field", "Model" ] ], [ "tests/test_json_schema.py", [ "test_advanced_generic_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_nested_generic", "Model" ] ], [ "tests/test_json_schema.py", [ "test_nested_generic_model", "Model" ] ], [ "tests/test_json_schema.py", [ "test_complex_nested_generic", "Model" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_union", "Model" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union", "Model" ] ], [ "tests/test_json_schema.py", [ "test_deeper_nested_discriminated_annotated_union", "Model" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union_literal_enum", "Model" ] ], [ "tests/test_json_schema.py", [ "test_alias_same", "Model" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_union_in_list", "Model" ] ], [ "tests/test_json_schema.py", [ "test_generate_json_schema_generate_twice", "Model" ] ], [ "tests/test_json_schema.py", [ "test_get_pydantic_core_schema_calls", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_strict_mode", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_no_model_class", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_config_class", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_no_model_class_config_class", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_classmethod", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_json_schema.py", [ "test_model_with_schema_extra_callable_instance_method", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_json_schema.py", [ "test_computed_field", "Model" ] ], [ "tests/test_json_schema.py", [ "test_serialization_schema_with_exclude", "Model" ] ], [ "tests/test_json_schema.py", [ "test_mappings_str_int_json_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_sequence_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_sequences_int_json_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_arbitrary_type_json_schema", "if_instance_of_", "Model" ] ], [ "tests/test_json_schema.py", [ "test_arbitrary_type_json_schema", "if_instance_of_", "else_", "Model" ] ], [ "tests/test_json_schema.py", [ "test_hashable_types", "Model" ] ], [ "tests/test_json_schema.py", [ "test_type_adapter_json_schemas_title_description", "Model" ] ], [ "tests/test_json_schema.py", [ "test_custom_chain_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_json_or_python_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_lax_or_strict_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_override_enum_json_schema", "Model" ] ], [ "tests/test_json_schema.py", [ "test_json_schema_extras_on_ref", "Model" ] ], [ "tests/test_json_schema.py", [ "test_inclusion_of_defaults", "Model" ] ], [ "tests/test_json_schema.py", [ "test_skip_json_schema_annotation", "Model" ] ], [ "tests/test_json_schema.py", [ "test_skip_json_schema_exclude_default", "Model" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_field_required_missing", "Model" ] ], [ "tests/test_json_schema.py", [ "test_json_schema_keys_sorting", "Model" ] ], [ "tests/test_json_schema.py", [ "test_custom_type_gets_unpacked_ref", "Model" ] ], [ "tests/test_json_schema.py", [ "test_generate_definitions_for_no_ref_schemas", "Model" ] ], [ "tests/test_json_schema.py", [ "test_callable_json_schema_extra", "Model" ] ], [ "tests/test_json_schema.py", [ "test_json_schema_serialization_defaults_required", "Model" ] ], [ "tests/test_json_schema.py", [ "test_json_schema_mode_override", "Model" ] ], [ "tests/test_main.py", [ "test_success", "Model" ] ], [ "tests/test_main.py", [ "test_default_factory_field", "Model" ] ], [ "tests/test_main.py", [ "test_not_required", "Model" ] ], [ "tests/test_main.py", [ "test_allow_extra", "Model" ] ], [ "tests/test_main.py", [ "test_allow_extra_from_attributes", "Model" ] ], [ "tests/test_main.py", [ "test_allow_extra_repr", "Model" ] ], [ "tests/test_main.py", [ "test_assign_extra_no_validate", "Model" ] ], [ "tests/test_main.py", [ "test_assign_extra_validate", "Model" ] ], [ "tests/test_main.py", [ "test_model_property_attribute_error", "Model" ] ], [ "tests/test_main.py", [ "test_extra_allowed", "Model" ] ], [ "tests/test_main.py", [ "test_reassign_instance_method_with_extra_allow", "Model" ] ], [ "tests/test_main.py", [ "test_extra_ignored", "Model" ] ], [ "tests/test_main.py", [ "test_field_order_is_preserved_with_extra", "Model" ] ], [ "tests/test_main.py", [ "test_extra_broken_via_pydantic_extra_interference", "Model" ] ], [ "tests/test_main.py", [ "test_population_by_field_name", "Model" ] ], [ "tests/test_main.py", [ "test_field_order", "Model" ] ], [ "tests/test_main.py", [ "test_required", "Model" ] ], [ "tests/test_main.py", [ "test_enum_values", "Model" ] ], [ "tests/test_main.py", [ "test_literal_enum_values", "Model" ] ], [ "tests/test_main.py", [ "test_strict_enum_values", "Model" ] ], [ "tests/test_main.py", [ "test_enum_raw", "Model" ] ], [ "tests/test_main.py", [ "test_set_tuple_values", "Model" ] ], [ "tests/test_main.py", [ "test_exclude_defaults", "Model" ] ], [ "tests/test_main.py", [ "test_ignored_types", "Model" ] ], [ "tests/test_main.py", [ "test_model_export_exclusion_with_fields_and_config", "Model" ] ], [ "tests/test_main.py", [ "test_model_export_with_true_instead_of_ellipsis", "Model" ] ], [ "tests/test_main.py", [ "test_model_export_inclusion", "Model" ] ], [ "tests/test_main.py", [ "test_untyped_fields_error", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_main.py", [ "test_two_defaults", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_main.py", [ "test_repr_field", "Model" ] ], [ "tests/test_main.py", [ "test_mapping_subclass_as_input", "Model" ] ], [ "tests/test_main.py", [ "test_typing_coercion_dict", "Model" ] ], [ "tests/test_main.py", [ "test_class_kwargs_config", "Model" ] ], [ "tests/test_main.py", [ "test_class_kwargs_config_and_attr_conflict", "Model" ] ], [ "tests/test_main.py", [ "test_class_kwargs_custom_config", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_main.py", [ "test_new_union_origin", "Model" ] ], [ "tests/test_main.py", [ "test_frozen_field_decl_without_default_val", "Model" ] ], [ "tests/test_main.py", [ "test_final_field_decl_with_default_val", "Model" ] ], [ "tests/test_main.py", [ "test_final_field_reassignment", "Model" ] ], [ "tests/test_main.py", [ "test_field_by_default_is_not_frozen", "Model" ] ], [ "tests/test_main.py", [ "test_annotated_final", "Model" ] ], [ "tests/test_main.py", [ "test_post_init", "Model" ] ], [ "tests/test_main.py", [ "test_post_init_call_signatures", "Model" ] ], [ "tests/test_main.py", [ "test_model_post_init_subclass_setting_private_attrs", "Model" ] ], [ "tests/test_main.py", [ "test_model_rebuild_zero_depth", "Model" ] ], [ "tests/test_main.py", [ "test_model_copy_extra", "Model" ] ], [ "tests/test_main.py", [ "test_model_parametrized_name_not_generic", "Model" ] ], [ "tests/test_main.py", [ "test_validate_python_context", "Model" ] ], [ "tests/test_main.py", [ "test_validate_json_context", "Model" ] ], [ "tests/test_main.py", [ "test_recursion_loop_error", "Model" ] ], [ "tests/test_main.py", [ "test_protected_namespace_default", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_main.py", [ "test_protected_namespace_real_conflict", "with_pytest_raises_", "Model" ] ], [ "tests/test_main.py", [ "test_custom_protected_namespace", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_main.py", [ "test_multiple_protected_namespace", "with_pytest_warns_", "Model" ] ], [ "tests/test_main.py", [ "test_model_get_core_schema", "Model" ] ], [ "tests/test_main.py", [ "test_validate_python_from_attributes", "Model" ] ], [ "tests/test_main.py", [ "test_model_validate_strings", "Model" ] ], [ "tests/test_main.py", [ "test_model_validate_strings_dict", "Model" ] ], [ "tests/test_main.py", [ "test_model_signature_annotated", "Model" ] ], [ "tests/test_main.py", [ "test_extra_validator_scalar", "Model" ] ], [ "tests/test_main.py", [ "test_extra_validator_named", "Model" ] ], [ "tests/test_main.py", [ "test_super_getattr_extra", "Model" ] ], [ "tests/test_main.py", [ "test_super_getattr_private", "Model" ] ], [ "tests/test_main.py", [ "test_super_delattr_extra", "Model" ] ], [ "tests/test_main.py", [ "test_super_delattr_private", "Model" ] ], [ "tests/test_main.py", [ "test_schema_generator_customize_type", "Model" ] ], [ "tests/test_main.py", [ "test_schema_generator_customize_type_constraints", "Model" ] ], [ "tests/test_main.py", [ "test_schema_generator_customize_type_constraints_order", "Model" ] ], [ "tests/test_main.py", [ "test_shadow_attribute", "Model" ] ], [ "tests/test_model_signature.py", [ "test_model_signature", "Model" ] ], [ "tests/test_model_signature.py", [ "test_generic_model_signature", "Model" ] ], [ "tests/test_model_signature.py", [ "test_custom_init_signature_with_no_var_kw", "Model" ] ], [ "tests/test_model_signature.py", [ "test_extra_allow_no_conflict", "Model" ] ], [ "tests/test_model_signature.py", [ "test_extra_allow_conflict", "Model" ] ], [ "tests/test_model_signature.py", [ "test_extra_allow_conflict_twice", "Model" ] ], [ "tests/test_model_signature.py", [ "test_extra_allow_conflict_custom_signature", "Model" ] ], [ "tests/test_model_signature.py", [ "test_signature_is_class_only", "Model" ] ], [ "tests/test_model_signature.py", [ "test_optional_field", "Model" ] ], [ "tests/test_model_signature.py", [ "test_annotated_field", "Model" ] ], [ "tests/test_model_signature.py", [ "test_annotated_optional_field", "Model" ] ], [ "tests/test_model_validator.py", [ "test_model_validator_wrap", "Model" ] ], [ "tests/test_model_validator.py", [ "test_model_validator_before", "Model" ] ], [ "tests/test_model_validator.py", [ "test_model_validator_before_revalidate_always", "Model" ] ], [ "tests/test_model_validator.py", [ "test_model_validator_after", "Model" ] ], [ "tests/test_model_validator.py", [ "test_nested_models", "Model" ] ], [ "tests/test_networks.py", [ "test_any_url_success", "Model" ] ], [ "tests/test_networks.py", [ "test_any_url_invalid", "Model" ] ], [ "tests/test_networks.py", [ "validate_url", "Model" ] ], [ "tests/test_networks.py", [ "test_http_url_success", "Model" ] ], [ "tests/test_networks.py", [ "test_nullable_http_url", "Model" ] ], [ "tests/test_networks.py", [ "test_http_url_invalid", "Model" ] ], [ "tests/test_networks.py", [ "test_coerce_url", "Model" ] ], [ "tests/test_networks.py", [ "test_file_url_success", "Model" ] ], [ "tests/test_networks.py", [ "test_http_urls_default_port", "Model" ] ], [ "tests/test_networks.py", [ "test_postgres_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_mysql_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_mariadb_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_postgres_dsns_validation_error", "Model" ] ], [ "tests/test_networks.py", [ "test_multihost_postgres_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_cockroach_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_amqp_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_redis_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_mongodb_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_mongodsn_default_ports", "Model" ] ], [ "tests/test_networks.py", [ "test_kafka_dsns", "Model" ] ], [ "tests/test_networks.py", [ "test_custom_schemes", "Model" ] ], [ "tests/test_networks.py", [ "test_json", "Model" ] ], [ "tests/test_networks.py", [ "test_name_email", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipaddress_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipv4address_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_strict", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipv6address_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipaddress_fails", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipv4address_fails", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipv6address_fails", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipnetwork_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_v4_network_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_v6_network_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipnetwork_fails", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_v4_network_fails", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_v6_network_fails", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipvany_serialization", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipinterface_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_v4_interface_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_v6_interface_success", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ipinterface_fails", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_v4_interface_fails", "Model" ] ], [ "tests/test_networks_ipaddress.py", [ "test_ip_v6_interface_fails", "Model" ] ], [ "tests/test_parse.py", [ "Model" ] ], [ "tests/test_plugins.py", [ "test_on_validate_json_on_success", "with_install_plugin_plugi", "Model" ] ], [ "tests/test_plugins.py", [ "test_on_validate_json_on_error", "with_install_plugin_plugi", "Model" ] ], [ "tests/test_plugins.py", [ "test_on_validate_python_on_success", "with_install_plugin_plugi", "Model" ] ], [ "tests/test_plugins.py", [ "test_on_validate_python_on_error", "with_install_plugin_plugi", "Model" ] ], [ "tests/test_plugins.py", [ "test_stateful_plugin", "with_install_plugin_plugi", "Model" ] ], [ "tests/test_plugins.py", [ "test_all_handlers", "with_install_plugin_plugi", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute_double_leading_underscore", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute_nested", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute_factory", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute_annotation", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_underscore_attrs_are_private", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute_intersection_with_extra_field", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute_invalid_name", "with_pytest_raises_", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_slots_are_ignored", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_generic_private_attribute", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute_multiple_inheritance", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_layout_compatible_multiple_private_parents", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_properties_not_included_in_iter_cached_property", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_properties_not_included_in_iter_property", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_properties_not_included_in_repr_by_default_property", "Model" ] ], [ "tests/test_private_attributes.py", [ "test_private_properties_not_included_in_repr_by_default_cached_property", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_inherited", "Model" ] ], [ "tests/test_root_model.py", [ "test_model_validator_before", "Model" ] ], [ "tests/test_root_model.py", [ "test_model_validator_after", "Model" ] ], [ "tests/test_root_model.py", [ "test_private_attr", "Model" ] ], [ "tests/test_root_model.py", [ "test_validate_assignment_true", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_with_private_attrs_equality", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_nested_equality", "Model" ] ], [ "tests/test_root_model.py", [ "test_extra_error", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_default_value", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_default_factory", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_wrong_default_value_without_validate_default", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_default_value_with_validate_default", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_default_value_with_validate_default_on_field", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_as_attr_with_validate_default", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_in_root_model_default", "Model" ] ], [ "tests/test_root_model.py", [ "test_nested_root_model_naive_default", "Model" ] ], [ "tests/test_root_model.py", [ "test_nested_root_model_proper_default", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_dump_with_base_model", "if_order_BR_", "Model" ] ], [ "tests/test_root_model.py", [ "test_root_model_dump_with_base_model", "if_order_BR_", "elif_order_RB_", "Model" ] ], [ "tests/test_root_model.py", [ "test_mixed_discriminated_union", "Model" ] ], [ "tests/test_root_model.py", [ "test_json_schema_extra_on_model", "Model" ] ], [ "tests/test_root_model.py", [ "test_json_schema_extra_on_field", "Model" ] ], [ "tests/test_root_model.py", [ "test_json_schema_extra_on_model_and_on_field", "Model" ] ], [ "tests/test_serialize.py", [ "test_serialize_extra_allow", "Model" ] ], [ "tests/test_serialize.py", [ "test_serialize_extra_allow_subclass_1", "Model" ] ], [ "tests/test_serialize.py", [ "test_serialize_extra_allow_subclass_2", "Model" ] ], [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_same_field", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_different_field_1", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_different_field_2", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_different_field_3", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_different_field_4", "Model" ] ], [ "tests/test_serialize.py", [ "test_serialize_any_model", "Model" ] ], [ "tests/test_serialize.py", [ "test_invalid_field", "with_pytest_raises_errors", "Model" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_nested_models", "Model" ] ], [ "tests/test_serialize.py", [ "test_custom_return_schema", "Model" ] ], [ "tests/test_serialize.py", [ "test_clear_return_schema", "Model" ] ], [ "tests/test_serialize.py", [ "test_type_adapter_dump_json", "Model" ] ], [ "tests/test_serialize.py", [ "test_forward_ref_for_serializers", "Model" ] ], [ "tests/test_serialize.py", [ "test_forward_ref_for_computed_fields", "Model" ] ], [ "tests/test_serialize.py", [ "test_computed_field_custom_serializer", "Model" ] ], [ "tests/test_serialize.py", [ "test_annotated_computed_field_custom_serializer", "Model" ] ], [ "tests/test_serialize.py", [ "test_computed_field_custom_serializer_bad_signature", "with_pytest_raises_Pydant", "Model" ] ], [ "tests/test_serialize.py", [ "test_forward_ref_for_classmethod_computed_fields", "Model" ] ], [ "tests/test_strict.py", [ "test_parse_model_with_strict_config_disabled", "Model" ] ], [ "tests/test_tools.py", [ "test_parse_obj_as_model", "Model" ] ], [ "tests/test_type_adapter.py", [ "test_validate_python_strict", "Model" ] ], [ "tests/test_type_adapter.py", [ "test_validate_json_strict", "Model" ] ], [ "tests/test_type_adapter.py", [ "test_validate_python_context", "Model" ] ], [ "tests/test_type_adapter.py", [ "test_validate_json_context", "Model" ] ], [ "tests/test_type_adapter.py", [ "test_validate_python_from_attributes", "Model" ] ], [ "tests/test_types.py", [ "test_strict_raw_type", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_bytes_strict_true", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_bytes_strict_false", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_bytes_strict_default", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_list_optional", "Model" ] ], [ "tests/test_types.py", [ "test_conlist", "Model" ] ], [ "tests/test_types.py", [ "test_conlist_wrong_type_default", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_set_good", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_set_default", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_set_default_invalid", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_set_optional", "Model" ] ], [ "tests/test_types.py", [ "test_conset", "Model" ] ], [ "tests/test_types.py", [ "test_conset_not_required", "Model" ] ], [ "tests/test_types.py", [ "test_confrozenset", "Model" ] ], [ "tests/test_types.py", [ "test_confrozenset_not_required", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_frozenset_optional", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_str_upper", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_str_lower", "Model" ] ], [ "tests/test_types.py", [ "test_constrained_str_max_length_0", "Model" ] ], [ "tests/test_types.py", [ "test_decimal", "Model" ] ], [ "tests/test_types.py", [ "test_decimal_strict", "Model" ] ], [ "tests/test_types.py", [ "test_strict_date", "Model" ] ], [ "tests/test_types.py", [ "test_strict_datetime", "Model" ] ], [ "tests/test_types.py", [ "test_strict_time", "Model" ] ], [ "tests/test_types.py", [ "test_strict_timedelta", "Model" ] ], [ "tests/test_types.py", [ "test_enum_fails_error_msg", "Model" ] ], [ "tests/test_types.py", [ "test_plain_enum_validate", "Model" ] ], [ "tests/test_types.py", [ "test_plain_enum_validate_json", "Model" ] ], [ "tests/test_types.py", [ "test_enum_type", "Model" ] ], [ "tests/test_types.py", [ "test_int_enum_type", "Model" ] ], [ "tests/test_types.py", [ "test_enum_from_json", "Model" ] ], [ "tests/test_types.py", [ "test_email_validator_not_installed_email_str", "with_pytest_raises_Import", "Model" ] ], [ "tests/test_types.py", [ "test_email_validator_not_installed_name_email", "with_pytest_raises_Import", "Model" ] ], [ "tests/test_types.py", [ "test_dict", "Model" ] ], [ "tests/test_types.py", [ "test_list_success", "Model" ] ], [ "tests/test_types.py", [ "test_list_fails", "Model" ] ], [ "tests/test_types.py", [ "test_ordered_dict", "Model" ] ], [ "tests/test_types.py", [ "test_tuple_success", "Model" ] ], [ "tests/test_types.py", [ "test_tuple_fails", "Model" ] ], [ "tests/test_types.py", [ "test_tuple_variable_len_success", "Model" ] ], [ "tests/test_types.py", [ "test_tuple_variable_len_fails", "Model" ] ], [ "tests/test_types.py", [ "test_set_success", "Model" ] ], [ "tests/test_types.py", [ "test_set_fails", "Model" ] ], [ "tests/test_types.py", [ "test_list_type_fails", "Model" ] ], [ "tests/test_types.py", [ "test_set_type_fails", "Model" ] ], [ "tests/test_types.py", [ "test_sequence_success", "Model" ] ], [ "tests/test_types.py", [ "test_infinite_iterable_int", "Model" ] ], [ "tests/test_types.py", [ "test_iterable_any", "Model" ] ], [ "tests/test_types.py", [ "test_invalid_iterable", "Model" ] ], [ "tests/test_types.py", [ "test_iterable_error_hide_input", "Model" ] ], [ "tests/test_types.py", [ "test_infinite_iterable_validate_first", "Model" ] ], [ "tests/test_types.py", [ "test_sequence_generator_fails", "Model" ] ], [ "tests/test_types.py", [ "test_sequence_fails", "Model" ] ], [ "tests/test_types.py", [ "test_int_validation", "Model" ] ], [ "tests/test_types.py", [ "test_float_validation", "Model" ] ], [ "tests/test_types.py", [ "test_finite_float_validation", "Model" ] ], [ "tests/test_types.py", [ "test_finite_float_validation_error", "Model" ] ], [ "tests/test_types.py", [ "test_finite_float_config", "Model" ] ], [ "tests/test_types.py", [ "test_strict_bytes", "Model" ] ], [ "tests/test_types.py", [ "test_strict_bytes_max_length", "Model" ] ], [ "tests/test_types.py", [ "test_strict_str", "Model" ] ], [ "tests/test_types.py", [ "test_strict_str_max_length", "Model" ] ], [ "tests/test_types.py", [ "test_strict_bool", "Model" ] ], [ "tests/test_types.py", [ "test_strict_int", "Model" ] ], [ "tests/test_types.py", [ "test_strict_float", "Model" ] ], [ "tests/test_types.py", [ "test_bool_unhashable_fails", "Model" ] ], [ "tests/test_types.py", [ "test_uuid_json", "Model" ] ], [ "tests/test_types.py", [ "test_str_strip_whitespace", "Model" ] ], [ "tests/test_types.py", [ "test_str_to_upper", "Model" ] ], [ "tests/test_types.py", [ "test_str_to_lower", "Model" ] ], [ "tests/test_types.py", [ "test_decimal_validation", "if_mode_Field_", "Model" ] ], [ "tests/test_types.py", [ "test_decimal_validation", "if_mode_Field_", "else_", "Model" ] ], [ "tests/test_types.py", [ "fix_allow_inf_model", "Model" ] ], [ "tests/test_types.py", [ "test_decimal_invalid", "with_pytest_raises_Schema", "Model" ] ], [ "tests/test_types.py", [ "test_path_validation_success", "Model" ] ], [ "tests/test_types.py", [ "test_path_like", "Model" ] ], [ "tests/test_types.py", [ "test_path_like_strict", "Model" ] ], [ "tests/test_types.py", [ "test_path_strict_override", "Model" ] ], [ "tests/test_types.py", [ "test_path_validation_fails", "Model" ] ], [ "tests/test_types.py", [ "test_path_validation_strict", "Model" ] ], [ "tests/test_types.py", [ "test_file_path_validation_success", "Model" ] ], [ "tests/test_types.py", [ "test_file_path_validation_fails", "Model" ] ], [ "tests/test_types.py", [ "test_directory_path_validation_success", "Model" ] ], [ "tests/test_types.py", [ "test_directory_path_validation_fails", "Model" ] ], [ "tests/test_types.py", [ "test_new_path_validation_path_already_exists", "Model" ] ], [ "tests/test_types.py", [ "test_new_path_validation_parent_does_not_exist", "Model" ] ], [ "tests/test_types.py", [ "test_new_path_validation_success", "Model" ] ], [ "tests/test_types.py", [ "test_number_gt", "Model" ] ], [ "tests/test_types.py", [ "test_number_ge", "Model" ] ], [ "tests/test_types.py", [ "test_number_lt", "Model" ] ], [ "tests/test_types.py", [ "test_number_le", "Model" ] ], [ "tests/test_types.py", [ "test_number_multiple_of_int_valid", "Model" ] ], [ "tests/test_types.py", [ "test_number_multiple_of_int_invalid", "Model" ] ], [ "tests/test_types.py", [ "test_number_multiple_of_float_valid", "Model" ] ], [ "tests/test_types.py", [ "test_number_multiple_of_float_invalid", "Model" ] ], [ "tests/test_types.py", [ "test_new_type_success", "Model" ] ], [ "tests/test_types.py", [ "test_new_type_fails", "Model" ] ], [ "tests/test_types.py", [ "test_valid_model_json", "Model" ] ], [ "tests/test_types.py", [ "test_invalid_model_json", "Model" ] ], [ "tests/test_types.py", [ "test_generic_without_params", "Model" ] ], [ "tests/test_types.py", [ "test_generic_without_params_error", "Model" ] ], [ "tests/test_types.py", [ "test_literal_single", "Model" ] ], [ "tests/test_types.py", [ "test_literal_multiple", "Model" ] ], [ "tests/test_types.py", [ "test_bytesize_conversions", "Model" ] ], [ "tests/test_types.py", [ "test_bytesize_to", "Model" ] ], [ "tests/test_types.py", [ "test_bytesize_raises", "Model" ] ], [ "tests/test_types.py", [ "test_deque_success", "Model" ] ], [ "tests/test_types.py", [ "test_deque_generic_success", "Model" ] ], [ "tests/test_types.py", [ "test_deque_generic_success_strict", "Model" ] ], [ "tests/test_types.py", [ "test_deque_fails", "Model" ] ], [ "tests/test_types.py", [ "test_deque_model", "Model" ] ], [ "tests/test_types.py", [ "test_deque_json", "Model" ] ], [ "tests/test_types.py", [ "test_none", "Model" ] ], [ "tests/test_types.py", [ "test_none_literal", "Model" ] ], [ "tests/test_types.py", [ "test_default_union_class", "Model" ] ], [ "tests/test_types.py", [ "test_union_subclass", "Model" ] ], [ "tests/test_types.py", [ "test_union_compound_types", "Model" ] ], [ "tests/test_types.py", [ "test_smart_union_compounded_types_edge_case", "Model" ] ], [ "tests/test_types.py", [ "test_custom_generic_containers", "Model" ] ], [ "tests/test_types.py", [ "test_base64", "Model" ] ], [ "tests/test_types.py", [ "test_base64_invalid", "Model" ] ], [ "tests/test_types.py", [ "test_base64url", "Model" ] ], [ "tests/test_types.py", [ "test_base64url_invalid", "Model" ] ], [ "tests/test_types.py", [ "test_typing_coercion_defaultdict", "Model" ] ], [ "tests/test_types.py", [ "test_typing_coercion_counter", "Model" ] ], [ "tests/test_types.py", [ "test_typing_counter_value_validation", "Model" ] ], [ "tests/test_types.py", [ "test_defaultdict_unknown_default_factory", "with_pytest_raises_", "Model" ] ], [ "tests/test_types.py", [ "test_defaultdict_infer_default_factory", "Model" ] ], [ "tests/test_types.py", [ "test_defaultdict_explicit_default_factory", "Model" ] ], [ "tests/test_types.py", [ "test_defaultdict_default_factory_preserved", "Model" ] ], [ "tests/test_types.py", [ "test_ordered_dict_from_ordered_dict", "Model" ] ], [ "tests/test_types.py", [ "test_ordered_dict_from_ordered_dict_typed", "Model" ] ], [ "tests/test_types.py", [ "test_ordered_dict_from_dict", "Model" ] ], [ "tests/test_types.py", [ "test_handle_3rd_party_custom_type_reusing_known_metadata", "Model" ] ], [ "tests/test_types.py", [ "test_transform_schema", "Model" ] ], [ "tests/test_types.py", [ "test_transform_schema_for_first_party_class", "Model" ] ], [ "tests/test_types.py", [ "test_transform_schema_for_third_party_class", "Model" ] ], [ "tests/test_types.py", [ "test_iterable_arbitrary_type", "with_pytest_raises_", "Model" ] ], [ "tests/test_types.py", [ "test_typing_extension_literal_field", "Model" ] ], [ "tests/test_types.py", [ "test_typing_literal_field", "Model" ] ], [ "tests/test_types.py", [ "test_instance_of_annotation", "Model" ] ], [ "tests/test_types.py", [ "test_constraints_arbitrary_type", "Model" ] ], [ "tests/test_types.py", [ "test_coerce_numbers_to_str_disabled_in_strict_mode", "Model" ] ], [ "tests/test_types.py", [ "test_coerce_numbers_to_str_raises_for_bool", "Model" ] ], [ "tests/test_types.py", [ "test_coerce_numbers_to_str", "Model" ] ], [ "tests/test_types.py", [ "test_coerce_numbers_to_str_from_json", "Model" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_simple", "Model" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple", "Model" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_schema", "Model" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_right_length", "Model" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_postponed_annotation", "Model" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_arbitrary_type", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_non_total", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_partial_new_typeddict", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_schema", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_postponed_annotation", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_required", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_from_attributes", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_not_required_schema", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typed_dict_inheritance_schema", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_annotated_nonoptional_schema", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_annotated", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_generic_typeddict_in_concrete_model", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_generic_typeddict_in_generic_model", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_alias_generator", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_model_validator", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_model_serializer", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_model_config", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_model_config_inherited", "Model" ] ], [ "tests/test_types_typeddict.py", [ "test_schema_generator", "Model" ] ], [ "tests/test_v1.py", [ "test_root_validator", "Model" ] ], [ "tests/test_validators.py", [ "test_annotated_validator_after", "Model" ] ], [ "tests/test_validators.py", [ "test_annotated_validator_before", "Model" ] ], [ "tests/test_validators.py", [ "test_annotated_validator_builtin", "Model" ] ], [ "tests/test_validators.py", [ "test_annotated_validator_plain", "Model" ] ], [ "tests/test_validators.py", [ "test_annotated_validator_wrap", "Model" ] ], [ "tests/test_validators.py", [ "test_annotated_validator_nested", "Model" ] ], [ "tests/test_validators.py", [ "test_annotated_validator_runs_before_field_validators", "Model" ] ], [ "tests/test_validators.py", [ "test_simple", "Model" ] ], [ "tests/test_validators.py", [ "test_int_validation", "Model" ] ], [ "tests/test_validators.py", [ "test_int_overflow_validation", "Model" ] ], [ "tests/test_validators.py", [ "test_frozenset_validation", "Model" ] ], [ "tests/test_validators.py", [ "test_deque_validation", "Model" ] ], [ "tests/test_validators.py", [ "test_validate_whole", "Model" ] ], [ "tests/test_validators.py", [ "test_validate_pre_error", "Model" ] ], [ "tests/test_validators.py", [ "test_validate_multiple", "Model" ] ], [ "tests/test_validators.py", [ "test_classmethod", "Model" ] ], [ "tests/test_validators.py", [ "test_use_bare", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_use_bare_field_validator", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_use_no_fields", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_use_no_fields_field_validator", "with_pytest_raises_", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_bad_fields_throws_configerror", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_field_validator_bad_fields_throws_configerror", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_validate_always", "Model" ] ], [ "tests/test_validators.py", [ "test_field_validator_validate_default", "Model" ] ], [ "tests/test_validators.py", [ "test_validate_always_on_inheritance", "Model" ] ], [ "tests/test_validators.py", [ "test_field_validator_validate_default_on_inheritance", "Model" ] ], [ "tests/test_validators.py", [ "test_validate_not_always", "Model" ] ], [ "tests/test_validators.py", [ "test_wildcard_validators", "with_pytest_warns_", "Model" ] ], [ "tests/test_validators.py", [ "test_wildcard_validator_error", "with_pytest_warns_", "Model" ] ], [ "tests/test_validators.py", [ "test_invalid_field", "with_pytest_raises_errors", "Model" ] ], [ "tests/test_validators.py", [ "test_validation_each_item", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_validation_each_item_invalid_type", "with_pytest_raises_", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_validation_each_item_nullable", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_validation_each_item_one_sublevel", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_key_validation", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_always_optional", "Model" ] ], [ "tests/test_validators.py", [ "test_field_validator_validate_default_optional", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_always_pre", "Model" ] ], [ "tests/test_validators.py", [ "test_field_validator_validate_default_pre", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_always_post", "Model" ] ], [ "tests/test_validators.py", [ "test_field_validator_validate_default_post", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_always_post_optional", "Model" ] ], [ "tests/test_validators.py", [ "test_field_validator_validate_default_post_optional", "Model" ] ], [ "tests/test_validators.py", [ "test_datetime_validator", "Model" ] ], [ "tests/test_validators.py", [ "test_datetime_field_validator", "Model" ] ], [ "tests/test_validators.py", [ "test_pre_called_once", "Model" ] ], [ "tests/test_validators.py", [ "test_assert_raises_validation_error", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator_pre", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator_types", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator_returns_none_exception", "Model" ] ], [ "tests/test_validators.py", [ "test_model_validator_returns_ignore", "Model" ] ], [ "tests/test_validators.py", [ "test_reuse_global_validators", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator_classmethod", "Model" ] ], [ "tests/test_validators.py", [ "test_assignment_validator_cls", "Model" ] ], [ "tests/test_validators.py", [ "test_literal_validator", "Model" ] ], [ "tests/test_validators.py", [ "test_nested_literal_validator", "Model" ] ], [ "tests/test_validators.py", [ "test_union_literal_with_constraints", "Model" ] ], [ "tests/test_validators.py", [ "test_field_that_is_being_validated_is_excluded_from_validator_values", "Model" ] ], [ "tests/test_validators.py", [ "test_exceptions_in_field_validators_restore_original_field_value", "Model" ] ], [ "tests/test_validators.py", [ "test_validating_assignment_pre_root_validator_fail", "Model" ] ], [ "tests/test_validators.py", [ "test_validating_assignment_model_validator_before_fail", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator_skip_on_failure_invalid", "with_pytest_raises_TypeEr", "with_pytest_warns_", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator_skip_on_failure_valid", "with_pytest_warns_", "Model" ] ], [ "tests/test_validators.py", [ "test_info_field_name_data_before", "Model" ] ], [ "tests/test_validators.py", [ "test_decorator_proxy", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator_self", "with_pytest_raises_TypeEr", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_self", "with_pytest_warns_Pydanti", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_field_validator_self", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_v1_validator_signature_kwargs_not_allowed", "with_pytest_warns_Pydanti", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_v1_validator_signature_kwargs1", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_v1_validator_signature_kwargs2", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_v1_validator_signature_with_values", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_v1_validator_signature_with_values_kw_only", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_v1_validator_signature_with_field", "with_pytest_warns_Pydanti", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_v1_validator_signature_with_config", "with_pytest_warns_Pydanti", "with_pytest_raises_TypeEr", "Model" ] ], [ "tests/test_validators.py", [ "test_model_config_validate_default", "Model" ] ], [ "tests/test_validators.py", [ "test_functools_partial_validator_v2", "Model" ] ], [ "tests/test_validators.py", [ "test_functools_partialmethod_validator_v2", "Model" ] ], [ "tests/test_validators.py", [ "test_functools_partialmethod_validator_v2_cls_method", "Model" ] ], [ "tests/test_validators.py", [ "test_functools_partial_validator_v1", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_functools_partialmethod_validator_v1", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_functools_partialmethod_validator_v1_cls_method", "with_pytest_warns_Pydanti", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_allow_reuse_same_field", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_allow_reuse_different_field_1", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_allow_reuse_different_field_2", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_allow_reuse_different_field_3", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_allow_reuse_different_field_4", "Model" ] ], [ "tests/test_validators.py", [ "test_root_validator_allow_reuse_same_field", "with_pytest_warns_UserWar", "Model" ] ], [ "tests/test_validators.py", [ "test_bare_root_validator", "with_pytest_raises_", "with_pytest_warns_", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_with_underscore_name", "Model" ] ], [ "tests/test_validators.py", [ "test_validator_function_error_hide_input", "Model" ] ], [ "tests/test_validators.py", [ "test_validate_default_raises_for_basemodel", "Model" ] ], [ "tests/test_validators.py", [ "test_validate_default_raises_for_dataclasses", "Model" ] ] ], "WrapperModel": [ [ "tests/mypy/modules/fail3.py", [ "WrapperModel" ] ], [ "tests/mypy/modules/success.py", [ "WrapperModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/fail3.py", [ "WrapperModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "WrapperModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/fail3.py", [ "WrapperModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "WrapperModel" ] ] ], "Response": [ [ "tests/mypy/modules/generics.py", [ "Response" ] ], [ "tests/mypy/modules/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/modules/plugin_success.py", [ "Response" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/generics.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "Response" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "Response" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "Response" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Response" ] ], [ "tests/test_generics.py", [ "test_value_validation", "Response" ] ] ], "JsonBody": [ [ "tests/mypy/modules/generics.py", [ "JsonBody" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/generics.py", [ "JsonBody" ] ] ], "HtmlBody": [ [ "tests/mypy/modules/generics.py", [ "HtmlBody" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/generics.py", [ "HtmlBody" ] ] ], "JsonResponse": [ [ "tests/mypy/modules/generics.py", [ "JsonResponse" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/generics.py", [ "JsonResponse" ] ] ], "HtmlResponse": [ [ "tests/mypy/modules/generics.py", [ "HtmlResponse" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/generics.py", [ "HtmlResponse" ] ] ], "HistoryField": [ [ "tests/mypy/modules/generics.py", [ "HistoryField" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/generics.py", [ "HistoryField" ] ] ], "DomainType": [ [ "tests/mypy/modules/generics.py", [ "DomainType" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/generics.py", [ "DomainType" ] ] ], "ConfigClassUsed": [ [ "tests/mypy/modules/metaclass_args.py", [ "ConfigClassUsed" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/metaclass_args.py", [ "ConfigClassUsed" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-very-strict_ini/metaclass_args.py", [ "ConfigClassUsed" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/metaclass_args.py", [ "ConfigClassUsed" ] ] ], "MetaclassArgumentsNoDefault": [ [ "tests/mypy/modules/metaclass_args.py", [ "MetaclassArgumentsNoDefault" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/metaclass_args.py", [ "MetaclassArgumentsNoDefault" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-very-strict_ini/metaclass_args.py", [ "MetaclassArgumentsNoDefault" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/metaclass_args.py", [ "MetaclassArgumentsNoDefault" ] ] ], "MetaclassArgumentsWithDefault": [ [ "tests/mypy/modules/metaclass_args.py", [ "MetaclassArgumentsWithDefault" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/metaclass_args.py", [ "MetaclassArgumentsWithDefault" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-very-strict_ini/metaclass_args.py", [ "MetaclassArgumentsWithDefault" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/metaclass_args.py", [ "MetaclassArgumentsWithDefault" ] ] ], "NoArguments": [ [ "tests/mypy/modules/metaclass_args.py", [ "NoArguments" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/metaclass_args.py", [ "NoArguments" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-very-strict_ini/metaclass_args.py", [ "NoArguments" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/metaclass_args.py", [ "NoArguments" ] ] ], "KwargsModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/modules/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsModel" ] ] ], "ForbidExtraModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "ForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ForbidExtraModel" ] ] ], "KwargsForbidExtraModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsForbidExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsForbidExtraModel" ] ] ], "BadExtraModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "BadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadExtraModel" ] ] ], "BadExtraButIgnoredModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "BadExtraButIgnoredModel" ] ] ], "KwargsBadExtraModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadExtraModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadExtraModel" ] ] ], "BadConfig1": [ [ "tests/mypy/modules/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "BadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig1" ] ] ], "KwargsBadConfig1": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadConfig1" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig1" ] ] ], "BadConfig2": [ [ "tests/mypy/modules/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "BadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "BadConfig2" ] ] ], "KwargsBadConfig2": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsBadConfig2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsBadConfig2" ] ] ], "InheritingModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/modules/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "InheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel" ] ] ], "KwargsInheritingModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsInheritingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsInheritingModel" ] ] ], "DefaultTestingModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "DefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DefaultTestingModel" ] ] ], "UndefinedAnnotationModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "UndefinedAnnotationModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "UndefinedAnnotationModel" ] ] ], "Blah": [ [ "tests/mypy/modules/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "Blah" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "Blah" ] ] ], "AliasModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/modules/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "AliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasModel" ] ] ], "DynamicAliasModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "DynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel" ] ] ], "DynamicAliasModel2": [ [ "tests/mypy/modules/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "DynamicAliasModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "DynamicAliasModel2" ] ] ], "KwargsDynamicAliasModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsDynamicAliasModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsDynamicAliasModel" ] ] ], "AliasGeneratorModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "AliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel" ] ] ], "AliasGeneratorModel2": [ [ "tests/mypy/modules/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "AliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AliasGeneratorModel2" ] ] ], "UntypedFieldModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "UntypedFieldModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "UntypedFieldModel" ] ] ], "KwargsAliasGeneratorModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel" ] ] ], "KwargsAliasGeneratorModel2": [ [ "tests/mypy/modules/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "KwargsAliasGeneratorModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "KwargsAliasGeneratorModel2" ] ] ], "CoverageTester": [ [ "tests/mypy/modules/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "CoverageTester" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "CoverageTester" ] ] ], "AddProject": [ [ "tests/mypy/modules/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/modules/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "AddProject" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "AddProject" ] ] ], "FrozenModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/modules/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "FrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FrozenModel" ] ], [ "tests/test_main.py", [ "test_frozen_model", "FrozenModel" ] ], [ "tests/test_main.py", [ "test_frozen_field", "FrozenModel" ] ] ], "InheritingModel2": [ [ "tests/mypy/modules/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "InheritingModel2" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "InheritingModel2" ] ] ], "FieldDefaultTestingModel": [ [ "tests/mypy/modules/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/modules/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "FieldDefaultTestingModel" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "FieldDefaultTestingModel" ] ] ], "ModelWithAnnotatedValidator": [ [ "tests/mypy/modules/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/modules/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/modules/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.2.0/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin-strict_ini/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin-strict_toml/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail.py", [ "ModelWithAnnotatedValidator" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/plugin_fail_baseConfig.py", [ "ModelWithAnnotatedValidator" ] ] ], "SelfReferencingModel": [ [ "tests/mypy/modules/plugin_success.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "SelfReferencingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "SelfReferencingModel" ] ] ], "ForwardReferencingModel": [ [ "tests/mypy/modules/plugin_success.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "ForwardReferencingModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "ForwardReferencingModel" ] ] ], "FutureModel": [ [ "tests/mypy/modules/plugin_success.py", [ "FutureModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "FutureModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "FutureModel" ] ], [ "tests/test_forward_ref.py", [ "test_rebuild_subclass_of_built_model", "FutureModel" ] ] ], "NoMutationModel": [ [ "tests/mypy/modules/plugin_success.py", [ "NoMutationModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "NoMutationModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "NoMutationModel" ] ] ], "MutationModel": [ [ "tests/mypy/modules/plugin_success.py", [ "MutationModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "MutationModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "MutationModel" ] ] ], "KwargsNoMutationModel": [ [ "tests/mypy/modules/plugin_success.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsNoMutationModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "KwargsNoMutationModel" ] ] ], "KwargsMutationModel": [ [ "tests/mypy/modules/plugin_success.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsMutationModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "KwargsMutationModel" ] ] ], "OverrideModel": [ [ "tests/mypy/modules/plugin_success.py", [ "OverrideModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "OverrideModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "OverrideModel" ] ] ], "Mixin": [ [ "tests/mypy/modules/plugin_success.py", [ "Mixin" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "Mixin" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "Mixin" ] ], [ "tests/test_config.py", [ "test_multiple_inheritance_config", "Mixin" ] ], [ "tests/test_create_model.py", [ "test_create_model_multi_inheritance", "Mixin" ] ] ], "MultiInheritanceModel": [ [ "tests/mypy/modules/plugin_success.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "MultiInheritanceModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "MultiInheritanceModel" ] ] ], "ClassVarModel": [ [ "tests/mypy/modules/plugin_success.py", [ "ClassVarModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "ClassVarModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "ClassVarModel" ] ] ], "TypeAliasAsAttribute": [ [ "tests/mypy/modules/plugin_success.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "TypeAliasAsAttribute" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "TypeAliasAsAttribute" ] ] ], "NestedModel": [ [ "tests/mypy/modules/plugin_success.py", [ "NestedModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "NestedModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "NestedModel" ] ], [ "tests/test_edge_cases.py", [ "test_nested_custom_init", "NestedModel" ] ], [ "tests/test_json_schema.py", [ "test_nested_python_dataclasses", "NestedModel" ] ], [ "tests/test_parse.py", [ "test_parse_nested_root_list", "NestedModel" ] ], [ "tests/test_parse.py", [ "test_parse_nested_root_tuple", "NestedModel" ] ], [ "tests/test_parse.py", [ "test_parse_nested_custom_root", "NestedModel" ] ] ], "NotFrozenModel": [ [ "tests/mypy/modules/plugin_success.py", [ "NotFrozenModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "NotFrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "NotFrozenModel" ] ] ], "KwargsFrozenModel": [ [ "tests/mypy/modules/plugin_success.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsFrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "KwargsFrozenModel" ] ] ], "KwargsNotFrozenModel": [ [ "tests/mypy/modules/plugin_success.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsNotFrozenModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "KwargsNotFrozenModel" ] ] ], "ModelWithSelfField": [ [ "tests/mypy/modules/plugin_success.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithSelfField" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "ModelWithSelfField" ] ] ], "ModelWithAllowReuseValidator": [ [ "tests/mypy/modules/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "ModelWithAllowReuseValidator" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "ModelWithAllowReuseValidator" ] ] ], "OrmMixin": [ [ "tests/mypy/modules/plugin_success.py", [ "OrmMixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "OrmMixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "OrmMixin" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "OrmMixin" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "OrmMixin" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "OrmMixin" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "OrmMixin" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "OrmMixin" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "OrmMixin" ] ] ], "MyDataClass": [ [ "tests/mypy/modules/plugin_success.py", [ "MyDataClass" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "MyDataClass" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "MyDataClass" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "MyDataClass" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "MyDataClass" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "MyDataClass" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "MyDataClass" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "MyDataClass" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "MyDataClass" ] ], [ "tests/test_computed_fields.py", [ "test_dataclass", "MyDataClass" ] ], [ "tests/test_dataclasses.py", [ "test_model_name", "MyDataClass" ] ], [ "tests/test_dataclasses.py", [ "test_rebuild_dataclass", "MyDataClass" ] ] ], "MyModel": [ [ "tests/mypy/modules/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/mypy/outputs/1.4.1/mypy-default_ini/plugin_success.py", [ "foo", "MyModel" ] ], [ "tests/plugin/example_plugin.py", [ "MyModel" ] ], [ "tests/plugin/test_plugin.py", [ "test_plugin_usage", "MyModel" ] ], [ "tests/pyright/pyright_example.py", [ "MyModel" ] ], [ "tests/test_aliases.py", [ "test_alias_generator", "MyModel" ] ], [ "tests/test_aliases.py", [ "test_alias_generator_wrong_type_error", "with_pytest_raises_TypeEr", "MyModel" ] ], [ "tests/test_annotated.py", [ "test_annotated_alias", "MyModel" ] ], [ "tests/test_computed_fields.py", [ "test_free_function", "MyModel" ] ], [ "tests/test_computed_fields.py", [ "test_private_computed_field", "MyModel" ] ], [ "tests/test_computed_fields.py", [ "test_classmethod", "MyModel" ] ], [ "tests/test_computed_fields.py", [ "test_alias_generator", "MyModel" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_config_and_module_config_cannot_be_used_together", "with_pytest_raises_Pydant", "MyModel" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_properly_converted_to_dict", "MyModel" ] ], [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_custom_init_signature", "MyModel" ] ], [ "tests/test_config.py", [ "test_config_key_deprecation", "with_pytest_warns_UserWar", "MyModel" ] ], [ "tests/test_config.py", [ "test_invalid_extra", "with_pytest_raises_Schema", "MyModel" ] ], [ "tests/test_config.py", [ "test_config_model_defer_build", "MyModel" ] ], [ "tests/test_config.py", [ "test_config_type_adapter_defer_build", "MyModel" ] ], [ "tests/test_config.py", [ "test_config_model_defer_build_nested", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_optional_field_constraints", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_any_none", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_type_var_any", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_type_var_constraint", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_type_var_bound", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_dict_bare", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_list_bare", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_dict_any", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_exclude_none", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_exclude_none_with_extra", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_default_factory_called_once", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_iter_coverage", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_bytes_subclass", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_int_subclass", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_model_issubclass", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_multiple_enums", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_model_repr_before_validation", "MyModel" ] ], [ "tests/test_edge_cases.py", [ "test_custom_exception_handler", "MyModel" ] ], [ "tests/test_generics.py", [ "test_alongside_concrete_generics", "MyModel" ] ], [ "tests/test_generics.py", [ "test_complex_nesting", "MyModel" ] ], [ "tests/test_generics.py", [ "test_required_value", "MyModel" ] ], [ "tests/test_generics.py", [ "test_optional_value", "MyModel" ] ], [ "tests/test_generics.py", [ "test_custom_schema", "MyModel" ] ], [ "tests/test_generics.py", [ "test_custom_generic_naming", "MyModel" ] ], [ "tests/test_generics.py", [ "test_generic_enum", "MyModel" ] ], [ "tests/test_generics.py", [ "test_generics_memory_use", "MyModel" ] ], [ "tests/test_json.py", [ "MyModel" ] ], [ "tests/test_json_schema.py", [ "test_invalid_json_schema_extra", "MyModel" ] ], [ "tests/test_json_schema.py", [ "test_subfield_field_info", "MyModel" ] ], [ "tests/test_json_schema.py", [ "test_modify_schema_dict_keys", "MyModel" ] ], [ "tests/test_json_schema.py", [ "test_remove_anyof_redundancy", "MyModel" ] ], [ "tests/test_json_schema.py", [ "test_override_generate_json_schema", "MyModel" ] ], [ "tests/test_json_schema.py", [ "test_dollar_ref_alias", "MyModel" ] ], [ "tests/test_main.py", [ "test_class_var", "MyModel" ] ], [ "tests/test_main.py", [ "test_fields_set", "MyModel" ] ], [ "tests/test_main.py", [ "test_exclude_unset_dict", "MyModel" ] ], [ "tests/test_main.py", [ "test_dict_exclude_unset_populated_by_alias", "MyModel" ] ], [ "tests/test_main.py", [ "test_dict_exclude_unset_populated_by_alias_with_extra", "MyModel" ] ], [ "tests/test_main.py", [ "test_dir_fields", "MyModel" ] ], [ "tests/test_main.py", [ "test_dict_with_extra_keys", "MyModel" ] ], [ "tests/test_main.py", [ "test_recursive_model", "MyModel" ] ], [ "tests/test_main.py", [ "test_default_factory_called_once", "MyModel" ] ], [ "tests/test_main.py", [ "test_default_factory_called_once_2", "MyModel" ] ], [ "tests/test_main.py", [ "test_pydantic_init_subclass", "MyModel" ] ], [ "tests/test_main.py", [ "test_extra_equality", "MyModel" ] ], [ "tests/test_main.py", [ "test_equality_delegation", "MyModel" ] ], [ "tests/test_model_signature.py", [ "test_custom_init_signature", "MyModel" ] ], [ "tests/test_parse.py", [ "test_root_model_error", "with_pytest_raises_", "MyModel" ] ], [ "tests/test_parse.py", [ "test_model_validate_root", "MyModel" ] ], [ "tests/test_parse.py", [ "test_parse_root_list", "MyModel" ] ], [ "tests/test_parse.py", [ "test_parse_nested_root_list", "MyModel" ] ], [ "tests/test_parse.py", [ "test_parse_nested_root_tuple", "MyModel" ] ], [ "tests/test_parse.py", [ "test_parse_nested_custom_root", "MyModel" ] ], [ "tests/test_private_attributes.py", [ "test_config_override_init", "MyModel" ] ], [ "tests/test_private_attributes.py", [ "test_private_attributes_not_dunder", "with_pytest_raises_", "MyModel" ] ], [ "tests/test_private_attributes.py", [ "test_ignored_types_are_ignored", "MyModel" ] ], [ "tests/test_private_attributes.py", [ "test_ignored_types_are_ignored_cached_property", "MyModel" ] ], [ "tests/test_root_model.py", [ "test_root_model_as_field", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serializer_annotated_plain_always", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serializer_annotated_plain_json", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serializer_annotated_wrap_always", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serializer_annotated_wrap_json", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_decorator_always", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_decorator_json", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_decorator_unless_none", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_annotated_customisation", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_valid_signatures", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_ignore_info_plain", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_ignore_info_wrap", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_decorator_self_info", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_decorator_self_no_info", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_plain", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_plain_info", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_wrap", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_wrap_info", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_plain_json_return_type", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_wrong_args", "with_pytest_raises_TypeEr", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_no_self", "with_pytest_raises_TypeEr", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_model_serializer_classmethod", "with_pytest_raises_TypeEr", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_field_multiple_serializer", "with_pytest_raises_TypeEr", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_field_multiple_serializer_subclass", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_partial", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_partialmethod", "MyModel" ] ], [ "tests/test_serialize.py", [ "test_enum_as_dict_key", "MyModel" ] ], [ "tests/test_type_alias_type.py", [ "test_nested_generic_type_alias_type", "MyModel" ] ], [ "tests/test_types.py", [ "test_decimal_allow_inf", "MyModel" ] ], [ "tests/test_types.py", [ "test_decimal_dont_allow_inf", "MyModel" ] ], [ "tests/test_types.py", [ "test_enum_with_no_cases", "MyModel" ] ], [ "tests/test_types.py", [ "test_model_contain_hashable_type", "MyModel" ] ], [ "tests/test_types.py", [ "test_instanceof_invalid_core_schema", "MyModel" ] ], [ "tests/test_validators.py", [ "test_custom_type_field_name_model", "MyModel" ] ], [ "tests/test_validators.py", [ "test_custom_type_field_name_model_nested", "MyModel" ] ], [ "tests/test_validators.py", [ "test_after_validator_field_name", "MyModel" ] ], [ "tests/test_validators.py", [ "test_before_validator_field_name", "MyModel" ] ], [ "tests/test_validators.py", [ "test_plain_validator_field_name", "MyModel" ] ], [ "tests/test_validators.py", [ "test_wrap_validator_field_name", "MyModel" ] ] ], "NotConfig": [ [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "Model", "NotConfig" ] ], [ "tests/mypy/modules/plugin_success_baseConfig.py", [ "KwargsModel", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "Model", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsModel", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "Model", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin-strict_ini/plugin_success_baseConfig.py", [ "KwargsModel", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "Model", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/plugin_success_baseConfig.py", [ "KwargsModel", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "Model", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin-strict_toml/plugin_success_baseConfig.py", [ "KwargsModel", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "Model", "NotConfig" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/plugin_success_baseConfig.py", [ "KwargsModel", "NotConfig" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "Model", "NotConfig" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsModel", "NotConfig" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "Model", "NotConfig" ] ], [ "tests/mypy/outputs/1.2.0/mypy-default_ini/plugin_success_baseConfig.py", [ "KwargsModel", "NotConfig" ] ] ], "Settings": [ [ "tests/mypy/modules/pydantic_settings.py", [ "Settings" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/pydantic_settings.py", [ "Settings" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/pydantic_settings.py", [ "Settings" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/pydantic_settings.py", [ "Settings" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/pydantic_settings.py", [ "Settings" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/pydantic_settings.py", [ "Settings" ] ], [ "tests/mypy/outputs/1.1.1/pyproject-default_toml/pydantic_settings.py", [ "Settings" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/pydantic_settings.py", [ "Settings" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/pydantic_settings.py", [ "Settings" ] ] ], "SettingsWithConfigDict": [ [ "tests/mypy/modules/pydantic_settings.py", [ "SettingsWithConfigDict" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/pydantic_settings.py", [ "SettingsWithConfigDict" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/pydantic_settings.py", [ "SettingsWithConfigDict" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/pydantic_settings.py", [ "SettingsWithConfigDict" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-plugin_toml/pydantic_settings.py", [ "SettingsWithConfigDict" ] ], [ "tests/mypy/outputs/1.1.1/mypy-default_ini/pydantic_settings.py", [ "SettingsWithConfigDict" ] ], [ "tests/mypy/outputs/1.1.1/pyproject-default_toml/pydantic_settings.py", [ "SettingsWithConfigDict" ] ], [ "tests/mypy/outputs/1.4.1/mypy-plugin_ini/pydantic_settings.py", [ "SettingsWithConfigDict" ] ], [ "tests/mypy/outputs/1.4.1/pyproject-plugin_toml/pydantic_settings.py", [ "SettingsWithConfigDict" ] ] ], "Pets1": [ [ "tests/mypy/modules/root_models.py", [ "Pets1" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/root_models.py", [ "Pets1" ] ] ], "Pets3": [ [ "tests/mypy/modules/root_models.py", [ "Pets3" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/root_models.py", [ "Pets3" ] ] ], "Pets4": [ [ "tests/mypy/modules/root_models.py", [ "Pets4" ] ], [ "tests/mypy/outputs/1.0.1/mypy-plugin_ini/root_models.py", [ "Pets4" ] ] ], "Flags": [ [ "tests/mypy/modules/success.py", [ "Flags" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "Flags" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "Flags" ] ] ], "WithField": [ [ "tests/mypy/modules/success.py", [ "WithField" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "WithField" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "WithField" ] ] ], "MyConf": [ [ "tests/mypy/modules/success.py", [ "MyConf" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "MyConf" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "MyConf" ] ] ], "MyPrivateAttr": [ [ "tests/mypy/modules/success.py", [ "MyPrivateAttr" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "MyPrivateAttr" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "MyPrivateAttr" ] ] ], "PydanticTypes": [ [ "tests/mypy/modules/success.py", [ "PydanticTypes" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "PydanticTypes" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "PydanticTypes" ] ] ], "UrlModel": [ [ "tests/mypy/modules/success.py", [ "UrlModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "UrlModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "UrlModel" ] ] ], "SomeDict": [ [ "tests/mypy/modules/success.py", [ "SomeDict" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "SomeDict" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "SomeDict" ] ] ], "CustomPath": [ [ "tests/mypy/modules/success.py", [ "CustomPath" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "CustomPath" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "CustomPath" ] ] ], "WrapValidatorModel": [ [ "tests/mypy/modules/success.py", [ "WrapValidatorModel" ] ], [ "tests/mypy/outputs/1.0.1/mypy-default_ini/success.py", [ "WrapValidatorModel" ] ], [ "tests/mypy/outputs/1.0.1/pyproject-default_toml/success.py", [ "WrapValidatorModel" ] ] ], "MypyCasesBuilder": [ [ "tests/mypy/test_mypy.py", [ "MypyCasesBuilder" ] ] ], "MypyTestTarget": [ [ "tests/mypy/test_mypy.py", [ "MypyTestTarget" ] ] ], "MypyTestConfig": [ [ "tests/mypy/test_mypy.py", [ "MypyTestConfig" ] ] ], "ValidatePythonHandler": [ [ "tests/plugin/example_plugin.py", [ "ValidatePythonHandler" ] ] ], "Plugin": [ [ "tests/plugin/example_plugin.py", [ "Plugin" ] ], [ "tests/test_plugins.py", [ "test_on_validate_json_on_error", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_on_validate_python_on_success", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_on_validate_python_on_error", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_stateful_plugin", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_all_handlers", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_dataclass", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_type_adapter", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_type_adapter_with_module", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_create_model", "Plugin" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_complex", "Plugin" ] ] ], "Knight": [ [ "tests/pyright/pyright_example.py", [ "Knight" ] ] ], "Parent": [ [ "tests/test_aliases.py", [ "test_alias_override_behavior", "Parent" ] ], [ "tests/test_aliases.py", [ "test_alias_generator_parent", "Parent" ] ], [ "tests/test_aliases.py", [ "test_alias_generator_on_parent", "Parent" ] ], [ "tests/test_aliases.py", [ "test_alias_generator_on_child", "Parent" ] ], [ "tests/test_aliases.py", [ "test_low_priority_alias", "Parent" ] ], [ "tests/test_config.py", [ "test_multiple_inheritance_config", "Parent" ] ], [ "tests/test_config.py", [ "test_config_inheritance_with_annotations", "Parent" ] ], [ "tests/test_dataclasses.py", [ "test_kw_only_inheritance", "Parent" ] ], [ "tests/test_dataclasses.py", [ "test_inheritance_replace", "Parent" ] ], [ "tests/test_dataclasses.py", [ "test_dataclasses_inheritance_default_value_is_not_deleted", "Parent" ] ], [ "tests/test_edge_cases.py", [ "test_inheritance_config", "Parent" ] ], [ "tests/test_edge_cases.py", [ "test_partial_inheritance_config", "Parent" ] ], [ "tests/test_edge_cases.py", [ "test_assign_type", "Parent" ] ], [ "tests/test_edge_cases.py", [ "test_default_factory_validator_child", "Parent" ] ], [ "tests/test_edge_cases.py", [ "test_parent_field_with_default", "Parent" ] ], [ "tests/test_json.py", [ "test_json_encoder_simple_inheritance", "Parent" ] ], [ "tests/test_json.py", [ "test_json_encoders_config_simple_inheritance", "Parent" ] ], [ "tests/test_main.py", [ "test_model_export_exclusion_inheritance", "Parent" ] ], [ "tests/test_main.py", [ "test_model_export_inclusion_inheritance", "Parent" ] ], [ "tests/test_main.py", [ "test_default_factory_validate_children", "Parent" ] ], [ "tests/test_serialize.py", [ "test_serialize_extra_allow_subclass_1", "Parent" ] ], [ "tests/test_serialize.py", [ "test_serialize_extra_allow_subclass_2", "Parent" ] ], [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_inheritance_override", "Parent" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_inheritence", "Parent" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_field_validator", "Parent" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_field_serializer", "Parent" ] ], [ "tests/test_validators.py", [ "test_validate_child", "Parent" ] ], [ "tests/test_validators.py", [ "test_validate_child_extra", "Parent" ] ], [ "tests/test_validators.py", [ "test_validate_child_all", "with_pytest_warns_Pydanti", "Parent" ] ], [ "tests/test_validators.py", [ "test_validate_parent", "Parent" ] ], [ "tests/test_validators.py", [ "test_validate_parent_all", "with_pytest_warns_Pydanti", "Parent" ] ], [ "tests/test_validators.py", [ "test_inheritance_keep", "Parent" ] ], [ "tests/test_validators.py", [ "test_inheritance_replace", "Parent" ] ], [ "tests/test_validators.py", [ "test_inheritance_replace_root_validator", "with_pytest_warns_Pydanti", "Parent" ] ], [ "tests/test_validators.py", [ "test_root_validator_subclass", "Parent" ] ], [ "tests/test_validators.py", [ "test_validator_allow_reuse_inheritance", "Parent" ] ], [ "tests/test_validators.py", [ "test_root_validator_allow_reuse_inheritance", "with_pytest_warns_Pydanti", "Parent" ] ], [ "tests/test_validators_dataclass.py", [ "test_validate_parent", "Parent" ] ], [ "tests/test_validators_dataclass.py", [ "test_inheritance_replace", "Parent" ] ] ], "Child": [ [ "tests/test_aliases.py", [ "test_alias_override_behavior", "Child" ] ], [ "tests/test_aliases.py", [ "test_alias_generator_parent", "Child" ] ], [ "tests/test_aliases.py", [ "test_alias_generator_on_parent", "Child" ] ], [ "tests/test_aliases.py", [ "test_alias_generator_on_child", "Child" ] ], [ "tests/test_aliases.py", [ "test_low_priority_alias", "Child" ] ], [ "tests/test_computed_fields.py", [ "test_inheritance", "Child" ] ], [ "tests/test_config.py", [ "test_multiple_inheritance_config", "Child" ] ], [ "tests/test_config.py", [ "test_config_inheritance_with_annotations", "Child" ] ], [ "tests/test_dataclasses.py", [ "test_inheritance_post_init", "Child" ] ], [ "tests/test_dataclasses.py", [ "test_kw_only_inheritance", "Child" ] ], [ "tests/test_dataclasses.py", [ "test_inheritance_replace", "Child" ] ], [ "tests/test_dataclasses.py", [ "test_dataclasses_inheritance_default_value_is_not_deleted", "Child" ] ], [ "tests/test_edge_cases.py", [ "test_inheritance_config", "Child" ] ], [ "tests/test_edge_cases.py", [ "test_partial_inheritance_config", "Child" ] ], [ "tests/test_edge_cases.py", [ "test_assign_type", "Child" ] ], [ "tests/test_edge_cases.py", [ "test_default_factory_validator_child", "Child" ] ], [ "tests/test_edge_cases.py", [ "test_parent_field_with_default", "Child" ] ], [ "tests/test_generics.py", [ "test_child_schema", "Child" ] ], [ "tests/test_json.py", [ "test_json_encoder_simple_inheritance", "Child" ] ], [ "tests/test_json.py", [ "test_json_encoders_config_simple_inheritance", "Child" ] ], [ "tests/test_main.py", [ "test_model_export_exclusion_inheritance", "Child" ] ], [ "tests/test_main.py", [ "test_model_export_inclusion_inheritance", "Child" ] ], [ "tests/test_main.py", [ "test_default_factory_validate_children", "Child" ] ], [ "tests/test_main.py", [ "test_extra_validator_scalar", "Child" ] ], [ "tests/test_main.py", [ "test_extra_validator_named", "Child" ] ], [ "tests/test_serialize.py", [ "test_serialize_extra_allow_subclass_1", "Child" ] ], [ "tests/test_serialize.py", [ "test_serialize_extra_allow_subclass_2", "Child" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_inheritence", "Child" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_field_validator", "Child" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_field_serializer", "Child" ] ], [ "tests/test_validators.py", [ "test_validate_child", "Child" ] ], [ "tests/test_validators.py", [ "test_validate_child_extra", "Child" ] ], [ "tests/test_validators.py", [ "test_validate_child_all", "with_pytest_warns_Pydanti", "Child" ] ], [ "tests/test_validators.py", [ "test_validate_parent", "Child" ] ], [ "tests/test_validators.py", [ "test_validate_parent_all", "with_pytest_warns_Pydanti", "Child" ] ], [ "tests/test_validators.py", [ "test_inheritance_keep", "Child" ] ], [ "tests/test_validators.py", [ "test_inheritance_replace", "Child" ] ], [ "tests/test_validators.py", [ "test_inheritance_replace_root_validator", "with_pytest_warns_Pydanti", "Child" ] ], [ "tests/test_validators.py", [ "test_validator_allow_reuse_inheritance", "Child" ] ], [ "tests/test_validators.py", [ "test_root_validator_allow_reuse_inheritance", "None_1", "Child" ] ], [ "tests/test_validators_dataclass.py", [ "test_validate_parent", "Child" ] ], [ "tests/test_validators_dataclass.py", [ "test_inheritance_replace", "Child" ] ] ], "Model_1": [ [ "tests/test_aliases.py", [ "test_validation_alias_from_list_alias", "Model_1" ] ], [ "tests/test_types.py", [ "test_coerce_numbers_to_str_raises_for_bool", "Model_1" ] ] ], "M": [ [ "tests/test_annotated.py", [ "test_annotated", "if_value_is_NO_VALUE_", "M" ] ], [ "tests/test_annotated.py", [ "test_annotated", "if_value_is_NO_VALUE_", "else_", "M" ] ], [ "tests/test_annotated.py", [ "test_annotated_allows_unknown", "M" ] ], [ "tests/test_annotated.py", [ "test_annotated_instance_exceptions", "M" ] ], [ "tests/test_config.py", [ "test_defer_build_json_schema", "M" ] ], [ "tests/test_config.py", [ "test_partial_creation_with_defer_build", "M" ] ], [ "tests/test_dataclasses.py", [ "test_complex_nested_vanilla_dataclass", "M" ] ], [ "tests/test_dataclasses.py", [ "test_issue_2594", "M" ] ], [ "tests/test_edge_cases.py", [ "test_invalid_forward_ref_model", "with_pytest_raises_error_", "M" ] ], [ "tests/test_generics.py", [ "test_generics_work_with_many_parametrized_base_models", "for_i_in_range_count_crea", "M" ] ], [ "tests/test_json_schema.py", [ "test_models_json_schema_generics", "M" ] ], [ "tests/test_main.py", [ "test_base_config_type_hinting", "M" ] ], [ "tests/test_types.py", [ "test_union_typeddict", "M" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_all", "try_", "M" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_annotated_simple", "M" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_total_false", "M" ] ] ], "AnnotatedModel": [ [ "tests/test_annotated.py", [ "test_field_reuse", "AnnotatedModel" ] ] ], "CustomType": [ [ "tests/test_annotated.py", [ "test_modify_get_schema_annotated", "CustomType" ] ], [ "tests/test_computed_fields.py", [ "CustomType" ] ], [ "tests/test_json_schema.py", [ "test_advanced_generic_schema", "CustomType" ] ], [ "tests/test_json_schema.py", [ "test_annotated_get_json_schema", "CustomType" ] ], [ "tests/test_json_schema.py", [ "test_override_enum_json_schema", "CustomType" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_field_required_missing", "CustomType" ] ], [ "tests/test_types.py", [ "test_constraints_arbitrary_type", "CustomType" ] ] ], "GroupedMetadataMarker": [ [ "tests/test_annotated.py", [ "test_modify_get_schema_annotated", "GroupedMetadataMarker" ] ] ], "_": [ [ "tests/test_annotated.py", [ "test_modify_get_schema_annotated", "_" ] ], [ "tests/test_annotated.py", [ "test_get_pydantic_core_schema_source_type", "_" ] ], [ "tests/test_generics.py", [ "test_generics_memory_use", "for_t1_t2_t3_in_total_", "_" ] ], [ "tests/test_generics.py", [ "test_mix_default_and_constraints", "with_pytest_raises_NotImp", "_" ] ], [ "tests/test_serialize.py", [ "test_invalid_signature_no_params", "with_pytest_raises_TypeEr", "_" ] ], [ "tests/test_serialize.py", [ "test_invalid_signature_single_params", "with_pytest_raises_TypeEr", "_" ] ], [ "tests/test_serialize.py", [ "test_invalid_signature_too_many_params_1", "with_pytest_raises_TypeEr", "_" ] ], [ "tests/test_serialize.py", [ "test_invalid_signature_too_many_params_2", "with_pytest_raises_TypeEr", "_" ] ], [ "tests/test_serialize.py", [ "test_invalid_signature_bad_plain_signature", "with_pytest_raises_TypeEr", "_" ] ], [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_inheritance_override", "with_pytest_raises_TypeEr", "_" ] ], [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_inheritance_override", "None_1", "_" ] ], [ "tests/test_types.py", [ "test_sequence_subclass_without_core_schema", "with_pytest_raises_", "_" ] ], [ "tests/test_types.py", [ "test_mapping_subclass_without_core_schema", "with_pytest_raises_", "_" ] ] ], "__4": [ [ "tests/test_annotated.py", [ "test_modify_get_schema_annotated", "__4" ] ] ], "PydanticMarker": [ [ "tests/test_annotated.py", [ "test_get_pydantic_core_schema_source_type", "PydanticMarker" ] ] ], "__3": [ [ "tests/test_annotated.py", [ "test_get_pydantic_core_schema_source_type", "__3" ] ] ], "ForwardRefAnnotatedFieldModel": [ [ "tests/test_annotated.py", [ "test_annotated_field_info_not_lost_from_forwardref", "ForwardRefAnnotatedFieldModel" ] ] ], "Rectangle": [ [ "tests/test_computed_fields.py", [ "test_computed_fields_get", "Rectangle" ] ], [ "tests/test_computed_fields.py", [ "test_computed_fields_json_schema", "Rectangle" ] ], [ "tests/test_validators.py", [ "test_model_validator_many_values_change", "Rectangle" ] ] ], "Base": [ [ "tests/test_computed_fields.py", [ "test_inheritance", "Base" ] ], [ "tests/test_dataclasses.py", [ "test_inheritance_post_init", "Base" ] ], [ "tests/test_dataclasses.py", [ "test_issue_2424", "Base" ] ], [ "tests/test_dataclasses.py", [ "test_can_inherit_stdlib_dataclasses_with_defaults", "Base" ] ], [ "tests/test_dataclasses.py", [ "test_can_inherit_stdlib_dataclasses_default_factories_and_use_them", "Base" ] ], [ "tests/test_dataclasses.py", [ "test_can_inherit_stdlib_dataclasses_default_factories_and_provide_a_value", "Base" ] ], [ "tests/test_dataclasses.py", [ "test_can_inherit_stdlib_dataclasses_with_dataclass_fields", "Base" ] ], [ "tests/test_edge_cases.py", [ "test_inheritance_subclass_default", "Base" ] ], [ "tests/test_main.py", [ "test_class_kwargs_config", "Base" ] ], [ "tests/test_types_typeddict.py", [ "test_model_config_inherited", "Base" ] ] ], "AbstractSquare": [ [ "tests/test_computed_fields.py", [ "test_abstractmethod", "AbstractSquare" ] ], [ "tests/test_computed_fields.py", [ "test_abstractmethod_missing", "AbstractSquare" ] ], [ "tests/test_edge_cases.py", [ "test_abstractmethod_missing_for_all_decorators", "AbstractSquare" ] ] ], "_Model": [ [ "tests/test_computed_fields.py", [ "test_computed_fields_missing_return_type", "with_pytest_raises_Pydant", "_Model" ] ] ], "MySubModel": [ [ "tests/test_computed_fields.py", [ "test_alias_generator", "MySubModel" ] ], [ "tests/test_main.py", [ "test_pydantic_init_subclass", "MySubModel" ] ], [ "tests/test_serialize.py", [ "test_field_multiple_serializer_subclass", "MySubModel" ] ] ], "CompModel": [ [ "tests/test_computed_fields.py", [ "make_base_model", "CompModel" ] ], [ "tests/test_computed_fields.py", [ "make_dataclass", "CompModel" ] ], [ "tests/test_computed_fields.py", [ "make_typed_dict", "CompModel" ] ] ], "A": [ [ "tests/test_computed_fields.py", [ "test_generic_computed_field", "A" ] ], [ "tests/test_create_model.py", [ "test_dynamic_and_static", "A" ] ], [ "tests/test_create_model.py", [ "test_private_descriptors", "A" ] ], [ "tests/test_dataclasses.py", [ "test_inheritance", "A" ] ], [ "tests/test_dataclasses.py", [ "test_issue_2383", "A" ] ], [ "tests/test_dataclasses.py", [ "test_schema_description_unset", "A" ] ], [ "tests/test_dataclasses.py", [ "test_schema_description_set", "A" ] ], [ "tests/test_dataclasses.py", [ "test_issue_3011", "A" ] ], [ "tests/test_dataclasses.py", [ "test_discriminated_union_basemodel_instance_value", "A" ] ], [ "tests/test_dataclasses.py", [ "test_kw_only", "A" ] ], [ "tests/test_dataclasses.py", [ "test_kw_only_subclass", "A" ] ], [ "tests/test_dataclasses.py", [ "test_parent_post_init", "A" ] ], [ "tests/test_dataclasses.py", [ "test_subclass_post_init_order", "A" ] ], [ "tests/test_dataclasses.py", [ "test_subclass_post_init_inheritance", "A" ] ], [ "tests/test_dataclasses.py", [ "test_inherited_dataclass_signature", "A" ] ], [ "tests/test_dataclasses.py", [ "test_dataclasses_with_slots_and_default", "A" ] ], [ "tests/test_dataclasses.py", [ "test_annotated_before_validator_called_once", "A" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_basemodel_instance_value", "A" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_basemodel_instance_value_with_alias", "A" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_int", "A" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_enum", "A" ] ], [ "tests/test_edge_cases.py", [ "test_annotation_inheritance", "A" ] ], [ "tests/test_edge_cases.py", [ "test_invalid_forward_ref_model", "A" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_walk_fails_on_double_diamond_composition", "A" ] ], [ "tests/test_generics.py", [ "test_caches_get_cleaned_up_with_aliased_parametrized_bases", "run", "A" ] ], [ "tests/test_generics.py", [ "test_generics_work_with_many_parametrized_base_models", "A" ] ], [ "tests/test_generics.py", [ "test_generic_subclass", "A" ] ], [ "tests/test_generics.py", [ "test_generic_subclass_with_partial_application", "A" ] ], [ "tests/test_generics.py", [ "test_multilevel_generic_binding", "A" ] ], [ "tests/test_generics.py", [ "test_generic_subclass_with_extra_type", "A" ] ], [ "tests/test_generics.py", [ "test_generic_subclass_with_extra_type_requires_all_params", "A" ] ], [ "tests/test_generics.py", [ "test_multi_inheritance_generic_binding", "A" ] ], [ "tests/test_generics.py", [ "test_parent_field_parametrization", "A" ] ], [ "tests/test_generics.py", [ "test_multi_inheritance_generic_defaults", "A" ] ], [ "tests/test_generics.py", [ "test_no_generic_base", "A" ] ], [ "tests/test_json.py", [ "test_json_encoders_types", "A" ] ], [ "tests/test_json_schema.py", [ "test_model_subclass_metadata", "A" ] ], [ "tests/test_json_schema.py", [ "test_docstring", "A" ] ], [ "tests/test_json_schema.py", [ "test_remove_anyof_redundancy", "A" ] ], [ "tests/test_json_schema.py", [ "test_root_model", "A" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_always_list_of_model_instance", "A" ] ], [ "tests/test_main.py", [ "test_recursive_cycle_with_repeated_field", "A" ] ], [ "tests/test_main.py", [ "test_model_post_init_subclass_private_attrs", "A" ] ], [ "tests/test_main.py", [ "test_model_post_init_correct_mro", "A" ] ], [ "tests/test_main.py", [ "test_deeper_recursive_model", "A" ] ], [ "tests/test_main.py", [ "test_model_rebuild_localns", "A" ] ], [ "tests/test_private_attributes.py", [ "test_none_as_private_attr", "A" ] ], [ "tests/test_private_attributes.py", [ "test_unannotated_private_attr", "A" ] ], [ "tests/test_root_model.py", [ "test_root_model_recursive", "A" ] ], [ "tests/test_root_model.py", [ "test_root_model_nested", "A" ] ], [ "tests/test_root_model.py", [ "test_list_rootmodel", "A" ] ], [ "tests/test_types.py", [ "test_default_union_class", "A" ] ], [ "tests/test_types.py", [ "test_skip_validation_serialization", "A" ] ], [ "tests/test_types.py", [ "test_skip_validation_json_schema", "A" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_mro", "A" ] ], [ "tests/test_utils.py", [ "test_lenient_issubclass", "A" ] ], [ "tests/test_validate_call.py", [ "test_classmethod_order_error", "with_pytest_raises_", "A" ] ], [ "tests/test_validators.py", [ "test_overridden_root_validators", "A" ] ] ], "B": [ [ "tests/test_computed_fields.py", [ "test_generic_computed_field", "B" ] ], [ "tests/test_dataclasses.py", [ "test_inheritance", "B" ] ], [ "tests/test_dataclasses.py", [ "test_issue_2383", "B" ] ], [ "tests/test_dataclasses.py", [ "test_schema_description_unset", "B" ] ], [ "tests/test_dataclasses.py", [ "test_schema_description_set", "B" ] ], [ "tests/test_dataclasses.py", [ "test_issue_3011", "B" ] ], [ "tests/test_dataclasses.py", [ "test_discriminated_union_basemodel_instance_value", "B" ] ], [ "tests/test_dataclasses.py", [ "test_kw_only_subclass", "B" ] ], [ "tests/test_dataclasses.py", [ "test_parent_post_init", "B" ] ], [ "tests/test_dataclasses.py", [ "test_subclass_post_init_order", "B" ] ], [ "tests/test_dataclasses.py", [ "test_subclass_post_init_inheritance", "B" ] ], [ "tests/test_dataclasses.py", [ "test_inherited_dataclass_signature", "B" ] ], [ "tests/test_dataclasses.py", [ "test_dataclasses_with_slots_and_default", "B" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_basemodel_instance_value", "B" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_basemodel_instance_value_with_alias", "B" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_int", "B" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_enum", "B" ] ], [ "tests/test_edge_cases.py", [ "test_annotation_inheritance", "B" ] ], [ "tests/test_edge_cases.py", [ "test_invalid_forward_ref_model", "B" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_walk_fails_on_double_diamond_composition", "B" ] ], [ "tests/test_generics.py", [ "test_generics_work_with_many_parametrized_base_models", "B" ] ], [ "tests/test_generics.py", [ "test_generic_subclass", "B" ] ], [ "tests/test_generics.py", [ "test_generic_subclass_with_partial_application", "B" ] ], [ "tests/test_generics.py", [ "test_multilevel_generic_binding", "B" ] ], [ "tests/test_generics.py", [ "test_generic_subclass_with_extra_type", "B" ] ], [ "tests/test_generics.py", [ "test_generic_subclass_with_extra_type_requires_all_params", "with_pytest_raises_", "B" ] ], [ "tests/test_generics.py", [ "test_multi_inheritance_generic_binding", "B" ] ], [ "tests/test_generics.py", [ "test_parent_field_parametrization", "B" ] ], [ "tests/test_generics.py", [ "test_multi_inheritance_generic_defaults", "B" ] ], [ "tests/test_generics.py", [ "test_no_generic_base", "B" ] ], [ "tests/test_json_schema.py", [ "test_model_subclass_metadata", "B" ] ], [ "tests/test_json_schema.py", [ "test_remove_anyof_redundancy", "B" ] ], [ "tests/test_json_schema.py", [ "test_root_model", "B" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_always_list_of_model_instance", "B" ] ], [ "tests/test_main.py", [ "test_recursive_cycle_with_repeated_field", "B" ] ], [ "tests/test_main.py", [ "test_model_post_init_subclass_private_attrs", "B" ] ], [ "tests/test_main.py", [ "test_model_post_init_correct_mro", "B" ] ], [ "tests/test_main.py", [ "test_deeper_recursive_model", "B" ] ], [ "tests/test_main.py", [ "test_model_rebuild_localns", "B" ] ], [ "tests/test_root_model.py", [ "test_root_model_recursive", "B" ] ], [ "tests/test_root_model.py", [ "test_root_model_nested", "B" ] ], [ "tests/test_root_model.py", [ "test_root_model_base_model_equality", "B" ] ], [ "tests/test_root_model.py", [ "test_list_rootmodel", "B" ] ], [ "tests/test_types.py", [ "test_default_union_class", "B" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_mro", "B" ] ], [ "tests/test_validators.py", [ "test_overridden_root_validators", "B" ] ] ], "SubModel": [ [ "tests/test_computed_fields.py", [ "test_computed_field_override_raises", "with_pytest_raises_ValueE", "SubModel" ] ], [ "tests/test_construction.py", [ "test_copy_advanced_exclude", "SubModel" ] ], [ "tests/test_construction.py", [ "test_copy_advanced_include", "SubModel" ] ], [ "tests/test_construction.py", [ "test_copy_advanced_include_exclude", "SubModel" ] ], [ "tests/test_construction.py", [ "test_copy_update_exclude", "SubModel" ] ], [ "tests/test_dataclasses.py", [ "test_dataclass_slots_mixed", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_list", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_list_error", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude_by_alias", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_value_include", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_value_exclude_include", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude_nested_lists", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_include_nested_lists", "SubModel" ] ], [ "tests/test_edge_cases.py", [ "test_self_recursive", "SubModel" ] ], [ "tests/test_fields.py", [ "test_root_model_field_override", "SubModel" ] ], [ "tests/test_main.py", [ "test_post_init", "SubModel" ] ], [ "tests/test_main.py", [ "test_model_post_init_subclass_setting_private_attrs", "SubModel" ] ], [ "tests/test_private_attributes.py", [ "test_private_attribute_nested", "SubModel" ] ] ], "ModelWithStrictConfig": [ [ "tests/test_config.py", [ "model_with_strict_config", "ModelWithStrictConfig" ] ], [ "tests/test_strict.py", [ "model_with_strict_config_false", "ModelWithStrictConfig" ] ] ], "MyConfig": [ [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_properly_converted_to_dict", "MyConfig" ] ] ], "MyBaseModel": [ [ "tests/test_config.py", [ "TestsBaseConfig", "test_base_config_properly_converted_to_dict", "MyBaseModel" ] ], [ "tests/test_json_schema.py", [ "test_override_generate_json_schema", "MyBaseModel" ] ], [ "tests/test_main.py", [ "test_hash_method_is_inherited_for_frozen_models", "MyBaseModel" ] ] ], "CustomClass": [ [ "tests/test_config.py", [ "TestsBaseConfig", "test_namedtuple_arbitrary_type", "CustomClass" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_arbitrary_type", "CustomClass" ] ] ], "Tup": [ [ "tests/test_config.py", [ "TestsBaseConfig", "test_namedtuple_arbitrary_type", "Tup" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_postponed_annotation", "Tup" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_arbitrary_type", "Tup" ] ] ], "ModelNoArbitraryTypes": [ [ "tests/test_config.py", [ "TestsBaseConfig", "test_namedtuple_arbitrary_type", "with_pytest_raises_Pydant", "ModelNoArbitraryTypes" ] ], [ "tests/test_types_namedtuple.py", [ "test_namedtuple_arbitrary_type", "with_pytest_raises_Pydant", "ModelNoArbitraryTypes" ] ] ], "TestsBaseConfig": [ [ "tests/test_config.py", [ "TestsBaseConfig" ] ] ], "MyDataclass": [ [ "tests/test_config.py", [ "test_config_key_deprecation", "None_2", "MyDataclass" ] ], [ "tests/test_config.py", [ "test_invalid_extra", "None_2", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_simple", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_value_error", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_frozen", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_validate_assignment", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_validate_assignment_error", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_not_validate_assignment", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_validate_assignment_value_change", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_validate_assignment_extra_unknown_field_assigned_allowed", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_validate_assignment_extra_unknown_field_assigned_errors", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_post_init", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_post_init_inheritance_chain", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_post_init_post_parse", "with_pytest_warns_Pydanti", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_validate_long_string_error", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_validate_assignment_long_string_error", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_no_validate_assignment_long_string_error", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_hashable_required", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_default_value", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_default_value_ellipsis", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_json_schema_with_computed_field", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_self_reference_dataclass", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_field_validator", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_model_validator_before", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_model_validator_after", "MyDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_config_as_type_deprecated", "with_pytest_warns_", "MyDataclass" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_dataclass", "module", "MyDataclass" ] ], [ "tests/test_json_schema.py", [ "test_callable_json_schema_extra_dataclass", "MyDataclass" ] ], [ "tests/test_types.py", [ "test_constraint_dataclass", "MyDataclass" ] ], [ "tests/test_validators_dataclass.py", [ "test_simple", "MyDataclass" ] ], [ "tests/test_validators_dataclass.py", [ "test_validate_before", "MyDataclass" ] ], [ "tests/test_validators_dataclass.py", [ "test_validate_multiple", "MyDataclass" ] ], [ "tests/test_validators_dataclass.py", [ "test_type_error", "MyDataclass" ] ], [ "tests/test_validators_dataclass.py", [ "test_classmethod", "MyDataclass" ] ], [ "tests/test_validators_dataclass.py", [ "test_model_validator", "MyDataclass" ] ] ], "Inner": [ [ "tests/test_config.py", [ "test_config_is_not_inherited_in_model_fields", "Inner" ] ], [ "tests/test_generics.py", [ "test_circular_generic_refs_get_cleaned_up", "fn", "Inner" ] ], [ "tests/test_json_schema.py", [ "test_model_default", "Inner" ] ], [ "tests/test_json_schema.py", [ "test_serialization_validation_interaction", "Inner" ] ], [ "tests/test_json_schema.py", [ "test_resolve_def_schema_from_core_schema", "Inner" ] ], [ "tests/test_json_schema.py", [ "test_multiple_parametrization_of_generic_model", "Inner" ] ], [ "tests/test_main.py", [ "test_default_factory_parse", "Inner" ] ], [ "tests/test_main.py", [ "test_resolve_def_schema_from_core_schema", "Inner" ] ], [ "tests/test_serialize.py", [ "test_serialize_with_extra", "Inner" ] ], [ "tests/test_types.py", [ "test_instanceof_serialization", "Inner" ] ] ], "Outer": [ [ "tests/test_config.py", [ "test_config_is_not_inherited_in_model_fields", "Outer" ] ], [ "tests/test_dataclasses.py", [ "test_nested_dataclass", "Outer" ] ], [ "tests/test_dataclasses.py", [ "test_nested_dataclass_model", "Outer" ] ], [ "tests/test_dataclasses.py", [ "test_nested_schema", "Outer" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_root_models_in_discriminated_union", "Outer" ] ], [ "tests/test_generics.py", [ "test_circular_generic_refs_get_cleaned_up", "fn", "Outer" ] ], [ "tests/test_generics.py", [ "test_generics_memory_use", "Outer" ] ], [ "tests/test_json_schema.py", [ "test_model_default", "Outer" ] ], [ "tests/test_json_schema.py", [ "test_serialization_validation_interaction", "Outer" ] ], [ "tests/test_json_schema.py", [ "test_resolve_def_schema_from_core_schema", "Outer" ] ], [ "tests/test_json_schema.py", [ "test_multiple_parametrization_of_generic_model", "Outer" ] ], [ "tests/test_main.py", [ "test_default_factory_parse", "Outer" ] ], [ "tests/test_main.py", [ "test_resolve_def_schema_from_core_schema", "Outer" ] ], [ "tests/test_serialize.py", [ "test_serialize_with_extra", "Outer" ] ] ], "MyNestedModel": [ [ "tests/test_config.py", [ "test_config_model_defer_build_nested", "MyNestedModel" ] ] ], "M1": [ [ "tests/test_config.py", [ "test_config_model_defer_build_ser_first", "M1" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_with_a_concrete_parameter", "module", "M1" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_complicated", "module", "M1" ] ] ], "M2": [ [ "tests/test_config.py", [ "test_config_model_defer_build_ser_first", "M2" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_with_a_concrete_parameter", "module", "M2" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_complicated", "module", "M2" ] ] ], "ModelTwo": [ [ "tests/test_construction.py", [ "model_two_fixture", "ModelTwo" ] ], [ "tests/test_validators.py", [ "test_validating_assignment_values_dict", "ModelTwo" ] ] ], "SubSubModel": [ [ "tests/test_construction.py", [ "test_copy_advanced_exclude", "SubSubModel" ] ], [ "tests/test_construction.py", [ "test_copy_advanced_include", "SubSubModel" ] ], [ "tests/test_construction.py", [ "test_copy_advanced_include_exclude", "SubSubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude", "SubSubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude_by_alias", "SubSubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_value_include", "SubSubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_value_exclude_include", "SubSubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_exclude_nested_lists", "SubSubModel" ] ], [ "tests/test_edge_cases.py", [ "test_advanced_include_nested_lists", "SubSubModel" ] ] ], "ExtraModel": [ [ "tests/test_construction.py", [ "ExtraModel" ] ] ], "PickleModel": [ [ "tests/test_construction.py", [ "test_recursive_pickle", "module", "PickleModel" ] ], [ "tests/test_construction.py", [ "test_pickle_undefined", "module", "PickleModel" ] ] ], "PickleModelTwo": [ [ "tests/test_construction.py", [ "test_recursive_pickle", "module", "PickleModelTwo" ] ], [ "tests/test_construction.py", [ "test_pickle_undefined", "module", "PickleModelTwo" ] ] ], "X": [ [ "tests/test_construction.py", [ "test_shallow_copy_modify", "X" ] ], [ "tests/test_dataclasses.py", [ "test_inherit_builtin_dataclass", "X" ] ], [ "tests/test_deprecated_validate_arguments.py", [ "test_item_method", "X" ] ], [ "tests/test_deprecated_validate_arguments.py", [ "test_class_method", "X" ] ], [ "tests/test_validate_call.py", [ "test_item_method", "X" ] ], [ "tests/test_validate_call.py", [ "test_class_method", "X" ] ] ], "BarModel": [ [ "tests/test_create_model.py", [ "test_inheritance", "BarModel" ] ], [ "tests/test_create_model.py", [ "test_inheritance_validators", "BarModel" ] ], [ "tests/test_create_model.py", [ "test_inheritance_validators_always", "BarModel" ] ], [ "tests/test_create_model.py", [ "test_inheritance_validators_all", "with_pytest_warns_Pydanti", "BarModel" ] ] ], "MyDescriptor": [ [ "tests/test_create_model.py", [ "test_private_descriptors", "MyDescriptor" ] ] ], "SetNameInt": [ [ "tests/test_create_model.py", [ "test_private_attr_set_name", "SetNameInt" ] ], [ "tests/test_create_model.py", [ "test_private_attr_default_descriptor_attribute_error", "SetNameInt" ] ], [ "tests/test_create_model.py", [ "test_private_attr_set_name_do_not_crash_if_not_callable", "SetNameInt" ] ] ], "DC": [ [ "tests/test_dataclasses.py", [ "test_post_init_validation", "DC" ] ], [ "tests/test_dataclasses.py", [ "test_convert_vanilla_dc", "DC" ] ], [ "tests/test_dataclasses.py", [ "test_std_dataclass_with_parent", "DC" ] ], [ "tests/test_dataclasses.py", [ "test_issue_2398", "DC" ] ] ], "DCParent": [ [ "tests/test_dataclasses.py", [ "test_std_dataclass_with_parent", "DCParent" ] ] ], "ParentDataclass": [ [ "tests/test_dataclasses.py", [ "test_post_init_inheritance_chain", "ParentDataclass" ] ] ], "C": [ [ "tests/test_dataclasses.py", [ "test_post_init_assignment", "C" ] ], [ "tests/test_dataclasses.py", [ "test_issue_3011", "C" ] ], [ "tests/test_dataclasses.py", [ "test_subclass_post_init_inheritance", "C" ] ], [ "tests/test_edge_cases.py", [ "test_annotation_inheritance", "C" ] ], [ "tests/test_edge_cases.py", [ "test_invalid_forward_ref_model", "C" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_walk_fails_on_double_diamond_composition", "C" ] ], [ "tests/test_generics.py", [ "test_generic_subclass", "C" ] ], [ "tests/test_generics.py", [ "test_multi_inheritance_generic_binding", "C" ] ], [ "tests/test_generics.py", [ "test_multi_inheritance_generic_defaults", "C" ] ], [ "tests/test_generics.py", [ "test_no_generic_base", "C" ] ], [ "tests/test_json_schema.py", [ "test_root_model", "C" ] ], [ "tests/test_main.py", [ "test_model_post_init_subclass_private_attrs", "C" ] ], [ "tests/test_main.py", [ "test_model_post_init_correct_mro", "C" ] ], [ "tests/test_main.py", [ "test_deeper_recursive_model", "C" ] ], [ "tests/test_main.py", [ "test_model_rebuild_localns", "C" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_mro", "C" ] ] ], "Nested": [ [ "tests/test_dataclasses.py", [ "test_nested_dataclass", "Nested" ] ], [ "tests/test_dataclasses.py", [ "test_nested_dataclass_model", "Nested" ] ], [ "tests/test_dataclasses.py", [ "test_nested_schema", "Nested" ] ], [ "tests/test_dataclasses.py", [ "test_validate_strings", "Nested" ] ], [ "tests/test_root_model.py", [ "test_root_model_in_root_model_default", "Nested" ] ], [ "tests/test_root_model.py", [ "test_nested_root_model_naive_default", "Nested" ] ], [ "tests/test_root_model.py", [ "test_nested_root_model_proper_default", "Nested" ] ] ], "Button": [ [ "tests/test_dataclasses.py", [ "test_arbitrary_types_allowed", "Button" ] ] ], "Navbar": [ [ "tests/test_dataclasses.py", [ "test_arbitrary_types_allowed", "Navbar" ] ] ], "MySingleton": [ [ "tests/test_dataclasses.py", [ "test_default_factory_singleton_field", "MySingleton" ] ], [ "tests/test_main.py", [ "test_default_factory", "MySingleton" ] ] ], "TestInitVar": [ [ "tests/test_dataclasses.py", [ "test_intvar_3_7", "with_pytest_raises_Runtim", "TestInitVar" ] ], [ "tests/test_dataclasses.py", [ "test_initvar", "TestInitVar" ] ] ], "DerivedWithInitVar": [ [ "tests/test_dataclasses.py", [ "test_derived_field_from_initvar", "DerivedWithInitVar" ] ] ], "PathDataPostInit": [ [ "tests/test_dataclasses.py", [ "test_initvars_post_init", "PathDataPostInit" ] ] ], "TestClassVar": [ [ "tests/test_dataclasses.py", [ "test_classvar", "TestClassVar" ] ] ], "TestFrozenSet": [ [ "tests/test_dataclasses.py", [ "test_frozenset_field", "TestFrozenSet" ] ] ], "File": [ [ "tests/test_dataclasses.py", [ "test_override_builtin_dataclass", "File" ] ], [ "tests/test_dataclasses.py", [ "test_override_builtin_dataclass_2", "File" ] ], [ "tests/test_dataclasses.py", [ "test_override_builtin_dataclass_nested", "File" ] ], [ "tests/test_dataclasses.py", [ "test_override_builtin_dataclass_nested_schema", "File" ] ] ], "Meta": [ [ "tests/test_dataclasses.py", [ "test_override_builtin_dataclass_2", "Meta" ] ], [ "tests/test_dataclasses.py", [ "test_override_builtin_dataclass_nested", "Meta" ] ], [ "tests/test_dataclasses.py", [ "test_override_builtin_dataclass_nested_schema", "Meta" ] ] ], "Z": [ [ "tests/test_dataclasses.py", [ "test_inherit_builtin_dataclass", "Z" ] ] ], "Y": [ [ "tests/test_dataclasses.py", [ "test_inherit_builtin_dataclass", "Y" ] ] ], "Item": [ [ "tests/test_dataclasses.py", [ "test_forward_stdlib_dataclass_params", "Item" ] ], [ "tests/test_dataclasses.py", [ "test_issue_2541", "Item" ] ], [ "tests/test_main.py", [ "test_inherited_model_field_copy", "Item" ] ] ], "Example": [ [ "tests/test_dataclasses.py", [ "test_forward_stdlib_dataclass_params", "Example" ] ], [ "tests/test_dataclasses.py", [ "test_issue_2541", "Example" ] ], [ "tests/test_json_schema.py", [ "test_schema_attributes", "Example" ] ] ], "PydanticModel": [ [ "tests/test_dataclasses.py", [ "test_pydantic_callable_field", "PydanticModel" ] ], [ "tests/test_type_adapter.py", [ "PydanticModel" ] ] ], "StdlibDataclass": [ [ "tests/test_dataclasses.py", [ "test_pydantic_callable_field", "StdlibDataclass" ] ] ], "StdLibFoo": [ [ "tests/test_dataclasses.py", [ "lazy_cases_for_dataclass_equality_checks", "get_cases", "StdLibFoo" ] ] ], "PydanticFoo": [ [ "tests/test_dataclasses.py", [ "lazy_cases_for_dataclass_equality_checks", "get_cases", "PydanticFoo" ] ] ], "StdLibBar": [ [ "tests/test_dataclasses.py", [ "lazy_cases_for_dataclass_equality_checks", "get_cases", "StdLibBar" ] ] ], "PydanticBar": [ [ "tests/test_dataclasses.py", [ "lazy_cases_for_dataclass_equality_checks", "get_cases", "PydanticBar" ] ] ], "StdLibBaz": [ [ "tests/test_dataclasses.py", [ "lazy_cases_for_dataclass_equality_checks", "get_cases", "StdLibBaz" ] ] ], "PydanticBaz": [ [ "tests/test_dataclasses.py", [ "lazy_cases_for_dataclass_equality_checks", "get_cases", "PydanticBaz" ] ] ], "Thing": [ [ "tests/test_dataclasses.py", [ "test_issue_2424", "Thing" ] ], [ "tests/test_validate_call.py", [ "test_methods_are_not_rebound", "Thing" ] ] ], "ValidatedThing": [ [ "tests/test_dataclasses.py", [ "test_issue_2424", "ValidatedThing" ] ] ], "Infos": [ [ "tests/test_dataclasses.py", [ "test_issue_2541", "Infos" ] ] ], "Span": [ [ "tests/test_dataclasses.py", [ "test_complex_nested_vanilla_dataclass", "Span" ] ] ], "LabeledSpan": [ [ "tests/test_dataclasses.py", [ "test_complex_nested_vanilla_dataclass", "LabeledSpan" ] ] ], "BinaryRelation": [ [ "tests/test_dataclasses.py", [ "test_complex_nested_vanilla_dataclass", "BinaryRelation" ] ] ], "Sentence": [ [ "tests/test_dataclasses.py", [ "test_complex_nested_vanilla_dataclass", "Sentence" ] ] ], "Empty": [ [ "tests/test_dataclasses.py", [ "test_issue_2594", "Empty" ] ] ], "Users": [ [ "tests/test_dataclasses.py", [ "test_issue_3162", "Users" ] ] ], "Top": [ [ "tests/test_dataclasses.py", [ "test_discriminated_union_basemodel_instance_value", "Top" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_basemodel_instance_value", "Top" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_basemodel_instance_value_with_alias", "Top" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_int", "Top" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_enum", "Top" ] ] ], "SetWrapper": [ [ "tests/test_dataclasses.py", [ "test_post_init_after_validation", "SetWrapper" ] ] ], "StandardClass": [ [ "tests/test_dataclasses.py", [ "test_new_not_called", "StandardClass" ] ] ], "D1": [ [ "tests/test_dataclasses.py", [ "test_cyclic_reference_dataclass", "D1" ] ], [ "tests/test_dataclasses.py", [ "test_cross_module_cyclic_reference_dataclass", "D1" ] ] ], "D2": [ [ "tests/test_dataclasses.py", [ "test_cyclic_reference_dataclass", "module", "D2" ] ], [ "tests/test_dataclasses.py", [ "test_cross_module_cyclic_reference_dataclass", "module", "D2" ] ] ], "ValidatingModel": [ [ "tests/test_dataclasses.py", [ "test_dataclass_config_validate_default", "ValidatingModel" ] ], [ "tests/test_validators.py", [ "test_model_config_validate_default", "ValidatingModel" ] ] ], "GenericDataclass": [ [ "tests/test_dataclasses.py", [ "test_unparametrized_generic_dataclass", "GenericDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_parametrized_generic_dataclass", "GenericDataclass" ] ], [ "tests/test_dataclasses.py", [ "test_multiple_parametrized_generic_dataclasses", "GenericDataclass" ] ] ], "FooStd": [ [ "tests/test_dataclasses.py", [ "test_pydantic_dataclass_preserves_metadata", "FooStd" ] ] ], "Recipe": [ [ "tests/test_dataclasses.py", [ "test_recursive_dataclasses_gh_4509", "module", "Recipe" ] ] ], "Cook": [ [ "tests/test_dataclasses.py", [ "test_recursive_dataclasses_gh_4509", "module", "Cook" ] ] ], "Demo1": [ [ "tests/test_dataclasses.py", [ "test_decorators_in_model_field", "Demo1" ] ], [ "tests/test_dataclasses.py", [ "test_vanilla_dataclass_decorators_in_type_adapter", "Demo1" ] ] ], "Demo2": [ [ "tests/test_dataclasses.py", [ "test_decorators_in_model_field", "Demo2" ] ], [ "tests/test_dataclasses.py", [ "test_vanilla_dataclass_decorators_in_type_adapter", "Demo2" ] ] ], "MyDataClass1": [ [ "tests/test_dataclasses.py", [ "test_rebuild_dataclass", "MyDataClass1" ] ] ], "Test": [ [ "tests/test_dataclasses.py", [ "test_metadata", "Test" ] ] ], "LaxStrGenerator": [ [ "tests/test_dataclasses.py", [ "test_schema_generator", "LaxStrGenerator" ] ], [ "tests/test_main.py", [ "test_schema_generator_customize_type", "LaxStrGenerator" ] ], [ "tests/test_main.py", [ "test_schema_generator_customize_type_constraints", "LaxStrGenerator" ] ], [ "tests/test_types_typeddict.py", [ "test_schema_generator", "LaxStrGenerator" ] ] ], "StdLibDataclass": [ [ "tests/test_dataclasses.py", [ "test_is_pydantic_dataclass", "StdLibDataclass" ] ] ], "DateModel": [ [ "tests/test_datetime.py", [ "date_model_fixture", "DateModel" ] ] ], "TimeModel": [ [ "tests/test_datetime.py", [ "time_model_fixture", "TimeModel" ] ] ], "DatetimeModel": [ [ "tests/test_datetime.py", [ "datetime_model_fixture", "DatetimeModel" ] ], [ "tests/test_types.py", [ "datetime_model_fixture", "DatetimeModel" ] ] ], "TimedeltaModel": [ [ "tests/test_datetime.py", [ "timedelta_model_fixture", "TimedeltaModel" ] ] ], "PokemonCls": [ [ "tests/test_deprecated.py", [ "test_from_attributes_root", "PokemonCls" ] ] ], "Pokemon": [ [ "tests/test_deprecated.py", [ "test_from_attributes_root", "Pokemon" ] ] ], "PokemonList": [ [ "tests/test_deprecated.py", [ "test_from_attributes_root", "with_pytest_warns_", "PokemonList" ] ] ], "PokemonDict": [ [ "tests/test_deprecated.py", [ "test_from_attributes_root", "None_1", "PokemonDict" ] ] ], "PetCls": [ [ "tests/test_deprecated.py", [ "test_from_attributes", "PetCls" ] ] ], "PersonCls": [ [ "tests/test_deprecated.py", [ "test_from_attributes", "PersonCls" ] ] ], "Pet": [ [ "tests/test_deprecated.py", [ "test_from_attributes", "Pet" ] ], [ "tests/test_deprecated.py", [ "test_not_from_attributes", "Pet" ] ], [ "tests/test_discriminated_union.py", [ "test_optional_union", "Pet" ] ], [ "tests/test_discriminated_union.py", [ "test_optional_union_with_defaults", "Pet" ] ], [ "tests/test_discriminated_union.py", [ "test_nested_optional_unions", "Pet" ] ], [ "tests/test_discriminated_union.py", [ "test_nested_discriminated_union", "Pet" ] ], [ "tests/test_forward_ref.py", [ "test_discriminated_union_forward_ref", "module", "Pet" ] ], [ "tests/test_serialize.py", [ "test_subclass_support_unions", "Pet" ] ] ], "FooGetAttr": [ [ "tests/test_deprecated.py", [ "test_object_with_getattr", "FooGetAttr" ] ] ], "ModelInvalid": [ [ "tests/test_deprecated.py", [ "test_object_with_getattr", "ModelInvalid" ] ] ], "XyProperty": [ [ "tests/test_deprecated.py", [ "test_properties", "XyProperty" ] ] ], "TestCls": [ [ "tests/test_deprecated.py", [ "test_extra_allow_from_orm", "TestCls" ] ], [ "tests/test_deprecated.py", [ "test_root_validator", "TestCls" ] ] ], "State": [ [ "tests/test_deprecated.py", [ "test_nested_orm", "State" ] ] ], "MyType": [ [ "tests/test_deprecated.py", [ "test_v1_v2_custom_type_compatibility", "MyType" ] ], [ "tests/test_generics.py", [ "test_caches_get_cleaned_up", "for_i_in_range_n_types_", "MyType" ] ], [ "tests/test_json_schema.py", [ "test_modify_schema_dict_keys", "MyType" ] ] ], "CustomDate": [ [ "tests/test_deprecated.py", [ "test_v1_get_validators", "CustomDate" ] ] ], "InvalidValidator": [ [ "tests/test_deprecated.py", [ "test_v1_get_validators_invalid_validator", "InvalidValidator" ] ] ], "InvalidValidatorModel": [ [ "tests/test_deprecated.py", [ "test_v1_get_validators_invalid_validator", "with_pytest_warns_", "InvalidValidatorModel" ] ] ], "SimpleModel": [ [ "tests/test_deprecated.py", [ "SimpleModel" ] ] ], "EggBox": [ [ "tests/test_deprecated_validate_arguments.py", [ "test_config_arbitrary_types_allowed", "EggBox" ] ], [ "tests/test_validate_call.py", [ "test_config_arbitrary_types_allowed", "EggBox" ] ] ], "InnerModel": [ [ "tests/test_discriminated_union.py", [ "test_discriminated_single_variant", "InnerModel" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_single_variant", "InnerModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic", "InnerModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_inner_typevar", "InnerModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_referenced_generic", "InnerModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_referenced_inner_generic", "InnerModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_multiple_typevars", "InnerModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_multiple_inheritance", "InnerModel" ] ], [ "tests/test_json_schema.py", [ "test_nested_default_json_schema", "InnerModel" ] ], [ "tests/test_main.py", [ "test_post_init", "InnerModel" ] ], [ "tests/test_main.py", [ "test_model_validate_with_context", "InnerModel" ] ], [ "tests/test_main.py", [ "test_get_core_schema_unpacks_refs_for_source_type", "InnerModel" ] ], [ "tests/test_main.py", [ "test_get_core_schema_return_new_ref", "InnerModel" ] ], [ "tests/test_root_model.py", [ "parametrize_root_model", "InnerModel" ] ] ], "Cat": [ [ "tests/test_discriminated_union.py", [ "test_discriminated_union_defined_discriminator", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_literal_discriminator", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_alias_different", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_alias_same", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_nested", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_optional_union", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_optional_union_with_defaults", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_nested_optional_unions", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_nested_discriminated_union", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_unions_of_optionals", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_union_discriminator_literals", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_distinct_choices", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_invalid_discriminated_union_type", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "test_sequence_discriminated_union", "Cat" ] ], [ "tests/test_discriminated_union.py", [ "callable_discriminated_union_animals", "Cat" ] ], [ "tests/test_forward_ref.py", [ "test_discriminated_union_forward_ref", "module", "Cat" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_union", "Cat" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union", "Cat" ] ], [ "tests/test_json_schema.py", [ "test_nested_discriminated_union", "Cat" ] ], [ "tests/test_json_schema.py", [ "test_alias_same", "Cat" ] ], [ "tests/test_json_schema.py", [ "test_extras_and_examples_are_json_encoded", "Cat" ] ] ], "Dog": [ [ "tests/test_discriminated_union.py", [ "test_discriminated_union_defined_discriminator", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_literal_discriminator", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_root_same_discriminator", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_validation", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_annotated_union", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_alias_different", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_alias_same", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_nested", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_optional_union", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_optional_union_with_defaults", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_nested_optional_unions", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_nested_discriminated_union", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_unions_of_optionals", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_union_discriminator_literals", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_distinct_choices", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_invalid_discriminated_union_type", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "test_sequence_discriminated_union", "Dog" ] ], [ "tests/test_discriminated_union.py", [ "callable_discriminated_union_animals", "Dog" ] ], [ "tests/test_forward_ref.py", [ "test_discriminated_union_forward_ref", "module", "Dog" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_union", "Dog" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union", "Dog" ] ], [ "tests/test_json_schema.py", [ "test_deeper_nested_discriminated_annotated_union", "Dog" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union_literal_enum", "Dog" ] ], [ "tests/test_json_schema.py", [ "test_alias_same", "Dog" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_union_in_list", "Dog" ] ], [ "tests/test_serialize.py", [ "test_subclass_support_unions", "Dog" ] ] ], "BlackCat": [ [ "tests/test_discriminated_union.py", [ "test_discriminated_union_root_same_discriminator", "BlackCat" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_validation", "BlackCat" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_annotated_union", "BlackCat" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_union_in_list", "BlackCat" ] ] ], "WhiteCat": [ [ "tests/test_discriminated_union.py", [ "test_discriminated_union_root_same_discriminator", "WhiteCat" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_union_validation", "WhiteCat" ] ], [ "tests/test_discriminated_union.py", [ "test_discriminated_annotated_union", "WhiteCat" ] ], [ "tests/test_json_schema.py", [ "test_nested_discriminated_union", "WhiteCat" ] ], [ "tests/test_json_schema.py", [ "test_deeper_nested_discriminated_annotated_union", "WhiteCat" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union_literal_enum", "WhiteCat" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_union_in_list", "WhiteCat" ] ] ], "Lizard": [ [ "tests/test_discriminated_union.py", [ "test_discriminated_union_validation", "Lizard" ] ], [ "tests/test_discriminated_union.py", [ "test_nested", "Lizard" ] ], [ "tests/test_discriminated_union.py", [ "test_nested_optional_unions", "Lizard" ] ], [ "tests/test_discriminated_union.py", [ "test_nested_discriminated_union", "Lizard" ] ], [ "tests/test_discriminated_union.py", [ "test_unions_of_optionals", "Lizard" ] ], [ "tests/test_discriminated_union.py", [ "test_sequence_discriminated_union", "Lizard" ] ], [ "tests/test_discriminated_union.py", [ "callable_discriminated_union_animals", "Lizard" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_union", "Lizard" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union", "Lizard" ] ] ], "FooIntEnum": [ [ "tests/test_discriminated_union.py", [ "FooIntEnum" ] ] ], "FooStrEnum": [ [ "tests/test_discriminated_union.py", [ "FooStrEnum" ] ] ], "Success": [ [ "tests/test_discriminated_union.py", [ "test_generic", "Success" ] ] ], "Failure": [ [ "tests/test_discriminated_union.py", [ "test_generic", "Failure" ] ] ], "Container": [ [ "tests/test_discriminated_union.py", [ "test_generic", "Container" ] ], [ "tests/test_generics.py", [ "test_generic_none", "Container" ] ] ], "Case1": [ [ "tests/test_discriminated_union.py", [ "test_aliases_matching_is_not_sufficient", "Case1" ] ] ], "Case2": [ [ "tests/test_discriminated_union.py", [ "test_aliases_matching_is_not_sufficient", "Case2" ] ] ], "TaggedParent": [ [ "tests/test_discriminated_union.py", [ "test_aliases_matching_is_not_sufficient", "with_pytest_raises_Pydant", "TaggedParent" ] ] ], "UnionModel1": [ [ "tests/test_discriminated_union.py", [ "test_union_in_submodel", "UnionModel1" ] ] ], "UnionModel2": [ [ "tests/test_discriminated_union.py", [ "test_union_in_submodel", "UnionModel2" ] ] ], "SubModel1": [ [ "tests/test_discriminated_union.py", [ "test_union_in_submodel", "SubModel1" ] ] ], "SubModel2": [ [ "tests/test_discriminated_union.py", [ "test_union_in_submodel", "SubModel2" ] ] ], "TestModel": [ [ "tests/test_discriminated_union.py", [ "test_union_in_submodel", "TestModel" ] ], [ "tests/test_main.py", [ "test_mutability", "TestModel" ] ], [ "tests/test_main.py", [ "test_not_frozen_are_not_hashable", "TestModel" ] ], [ "tests/test_main.py", [ "test_frozen_with_hashable_fields_are_hashable", "TestModel" ] ], [ "tests/test_main.py", [ "test_frozen_with_unhashable_fields_are_not_hashable", "TestModel" ] ], [ "tests/test_main.py", [ "test_hash_function_give_different_result_for_different_object", "TestModel" ] ] ], "CatModel": [ [ "tests/test_discriminated_union.py", [ "test_function_after_discriminator", "CatModel" ] ] ], "DogModel": [ [ "tests/test_discriminated_union.py", [ "test_function_after_discriminator", "DogModel" ] ] ], "Fish": [ [ "tests/test_discriminated_union.py", [ "callable_discriminated_union_animals", "Fish" ] ] ], "PetModelField": [ [ "tests/test_discriminated_union.py", [ "test_various_syntax_options_for_callable_union", "PetModelField" ] ] ], "PetModelAnnotated": [ [ "tests/test_discriminated_union.py", [ "test_various_syntax_options_for_callable_union", "PetModelAnnotated" ] ] ], "PetModelAnnotatedWithField": [ [ "tests/test_discriminated_union.py", [ "test_various_syntax_options_for_callable_union", "PetModelAnnotatedWithField" ] ] ], "DiscriminatedModel": [ [ "tests/test_discriminated_union.py", [ "test_callable_discriminated_union_recursive", "DiscriminatedModel" ] ], [ "tests/test_discriminated_union.py", [ "test_callable_discriminated_union_with_missing_tag", "try_", "DiscriminatedModel" ] ], [ "tests/test_discriminated_union.py", [ "test_callable_discriminated_union_with_missing_tag", "None_1", "DiscriminatedModel" ] ], [ "tests/test_discriminated_union.py", [ "test_callable_discriminated_union_with_missing_tag", "None_2", "DiscriminatedModel" ] ] ], "GroupModuleGlobals": [ [ "tests/test_docs.py", [ "GroupModuleGlobals" ] ] ], "MockedDatetime": [ [ "tests/test_docs.py", [ "MockedDatetime" ] ] ], "Type1": [ [ "tests/test_edge_cases.py", [ "test_pep585_generic_types", "Type1" ] ] ], "Type2": [ [ "tests/test_edge_cases.py", [ "test_pep585_generic_types", "Type2" ] ] ], "StrEnum": [ [ "tests/test_edge_cases.py", [ "StrEnum" ] ] ], "Bar2": [ [ "tests/test_edge_cases.py", [ "test_inheritance", "Bar2" ] ] ], "Bar3": [ [ "tests/test_edge_cases.py", [ "test_inheritance", "Bar3" ] ] ], "MyStr": [ [ "tests/test_edge_cases.py", [ "test_inheritance_subclass_default", "MyStr" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_union_type_bound", "MyStr" ] ], [ "tests/test_types.py", [ "test_union_subclass", "MyStr" ] ] ], "Simple": [ [ "tests/test_edge_cases.py", [ "test_inheritance_subclass_default", "Simple" ] ] ], "Sub": [ [ "tests/test_edge_cases.py", [ "test_inheritance_subclass_default", "Sub" ] ], [ "tests/test_main.py", [ "test_model_export_exclusion_with_fields_and_config", "Sub" ] ], [ "tests/test_main.py", [ "test_model_export_exclusion_inheritance", "Sub" ] ], [ "tests/test_main.py", [ "test_model_export_with_true_instead_of_ellipsis", "Sub" ] ], [ "tests/test_main.py", [ "test_model_export_inclusion", "Sub" ] ], [ "tests/test_main.py", [ "test_model_export_inclusion_inheritance", "Sub" ] ] ], "CustomStr": [ [ "tests/test_edge_cases.py", [ "CustomStr" ] ] ], "D": [ [ "tests/test_edge_cases.py", [ "test_annotation_inheritance", "with_pytest_raises_", "D" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_walk_fails_on_double_diamond_composition", "D" ] ], [ "tests/test_root_model.py", [ "test_list_rootmodel", "D" ] ] ], "InvalidDefinitionModel": [ [ "tests/test_edge_cases.py", [ "test_unable_to_infer", "with_pytest_raises_", "InvalidDefinitionModel" ] ] ], "Spam": [ [ "tests/test_edge_cases.py", [ "test_submodel_different_type", "Spam" ] ], [ "tests/test_json_schema.py", [ "test_schema_overrides_w_union", "Spam" ] ] ], "TopModel": [ [ "tests/test_edge_cases.py", [ "test_nested_custom_init", "TopModel" ] ] ], "Foobar": [ [ "tests/test_edge_cases.py", [ "test_init_inspection", "Foobar" ] ], [ "tests/test_forward_ref.py", [ "test_force_rebuild", "Foobar" ] ], [ "tests/test_forward_ref.py", [ "test_undefined_types_warning_1a_raised_by_default_2b_forward_ref", "with_pytest_raises_user_e", "module", "Foobar" ] ], [ "tests/test_forward_ref.py", [ "test_undefined_types_warning_1b_suppressed_via_config_2b_forward_ref", "module", "Foobar" ] ], [ "tests/test_forward_ref.py", [ "test_undefined_types_warning_raised_by_usage", "with_pytest_raises_user_e", "module", "Foobar" ] ], [ "tests/test_json_schema.py", [ "test_secrets_schema", "Foobar" ] ], [ "tests/test_types.py", [ "test_pattern", "Foobar" ] ], [ "tests/test_types.py", [ "test_pattern_error", "Foobar" ] ], [ "tests/test_types.py", [ "test_secretstr", "Foobar" ] ], [ "tests/test_types.py", [ "test_secretstr_subclass", "Foobar" ] ], [ "tests/test_types.py", [ "test_secretstr_idempotent", "Foobar" ] ], [ "tests/test_types.py", [ "test_secretstr_error", "Foobar" ] ], [ "tests/test_types.py", [ "test_secret_str_min_max_length", "Foobar" ] ], [ "tests/test_types.py", [ "test_secretbytes", "Foobar" ] ], [ "tests/test_types.py", [ "test_secretbytes_idempotent", "Foobar" ] ], [ "tests/test_types.py", [ "test_secretbytes_error", "Foobar" ] ], [ "tests/test_types.py", [ "test_secret_bytes_min_max_length", "Foobar" ] ], [ "tests/test_validators.py", [ "Foobar" ] ] ], "FooBar": [ [ "tests/test_edge_cases.py", [ "test_type_on_annotation", "FooBar" ] ], [ "tests/test_json_schema.py", [ "test_enum_schema_cleandoc", "FooBar" ] ] ], "Different": [ [ "tests/test_edge_cases.py", [ "test_assign_type", "Different" ] ] ], "DisplayGen": [ [ "tests/test_edge_cases.py", [ "DisplayGen" ] ] ], "ModelA": [ [ "tests/test_edge_cases.py", [ "test_exclude_none_recursive", "ModelA" ] ], [ "tests/test_json.py", [ "test_model_encoding", "ModelA" ] ], [ "tests/test_main.py", [ "test_exclude_unset_recursive", "ModelA" ] ], [ "tests/test_tools.py", [ "test_parse_obj_preserves_subclasses", "ModelA" ] ], [ "tests/test_types.py", [ "test_skip_validation_model_reference", "ModelA" ] ] ], "ModelB": [ [ "tests/test_edge_cases.py", [ "test_exclude_none_recursive", "ModelB" ] ], [ "tests/test_main.py", [ "test_exclude_unset_recursive", "ModelB" ] ], [ "tests/test_tools.py", [ "test_parse_obj_preserves_subclasses", "ModelB" ] ], [ "tests/test_types.py", [ "test_skip_validation_model_reference", "ModelB" ] ] ], "MyGen": [ [ "tests/test_edge_cases.py", [ "test_custom_generic_validators", "MyGen" ] ], [ "tests/test_edge_cases.py", [ "test_custom_generic_arbitrary_allowed", "MyGen" ] ], [ "tests/test_edge_cases.py", [ "test_custom_generic_disallowed", "MyGen" ] ] ], "HashableButNotSerializable": [ [ "tests/test_edge_cases.py", [ "test_hashable_serialization", "HashableButNotSerializable" ] ] ], "MyBadModel": [ [ "tests/test_edge_cases.py", [ "test_default_factory_called_once", "MyBadModel" ] ] ], "BytesSubclass": [ [ "tests/test_edge_cases.py", [ "test_bytes_subclass", "BytesSubclass" ] ] ], "IntSubclass": [ [ "tests/test_edge_cases.py", [ "test_int_subclass", "IntSubclass" ] ] ], "Custom": [ [ "tests/test_edge_cases.py", [ "test_model_issubclass", "Custom" ] ] ], "Operation": [ [ "tests/test_edge_cases.py", [ "test_generic_wrapped_forwardref", "Operation" ] ] ], "PathItem": [ [ "tests/test_edge_cases.py", [ "test_generic_wrapped_forwardref", "PathItem" ] ] ], "Model2": [ [ "tests/test_edge_cases.py", [ "test_plain_basemodel_field", "Model2" ] ], [ "tests/test_edge_cases.py", [ "test_recursive_root_models_in_discriminated_union", "Model2" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models", "module", "Model2" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_separate_parameters", "module", "Model2" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_repeated_separate_parameters", "module", "Model2" ] ], [ "tests/test_main.py", [ "test_reuse_same_field", "Model2" ] ], [ "tests/test_main.py", [ "test_annotated_final", "Model2" ] ], [ "tests/test_main.py", [ "test_model_equality_type", "Model2" ] ], [ "tests/test_main.py", [ "test_cannot_use_leading_underscore_field_names", "None_1", "Model2" ] ], [ "tests/test_networks.py", [ "test_custom_schemes", "Model2" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_complex", "with_install_plugin_plugi", "bar", "Model2" ] ], [ "tests/test_types.py", [ "test_deque_model", "Model2" ] ], [ "tests/test_validate_call.py", [ "test_model_as_arg", "Model2" ] ] ], "MyEnum": [ [ "tests/test_edge_cases.py", [ "test_multiple_enums", "MyEnum" ] ], [ "tests/test_generics.py", [ "test_enum_generic", "MyEnum" ] ], [ "tests/test_generics.py", [ "test_generic_enum_bound", "MyEnum" ] ], [ "tests/test_generics.py", [ "test_generic_intenum_bound", "MyEnum" ] ], [ "tests/test_json.py", [ "MyEnum" ] ], [ "tests/test_json.py", [ "test_json_encoders_types", "MyEnum" ] ], [ "tests/test_json_schema.py", [ "test_enum_str_default", "MyEnum" ] ], [ "tests/test_json_schema.py", [ "test_enum_int_default", "MyEnum" ] ], [ "tests/test_json_schema.py", [ "test_literal_enum", "MyEnum" ] ], [ "tests/test_json_schema.py", [ "test_enum_complex_value", "MyEnum" ] ], [ "tests/test_main.py", [ "test_strict_enum_values", "MyEnum" ] ], [ "tests/test_main.py", [ "test_union_enum_values", "MyEnum" ] ], [ "tests/test_serialize.py", [ "test_enum_as_dict_key", "MyEnum" ] ], [ "tests/test_types.py", [ "test_plain_enum_validate", "MyEnum" ] ], [ "tests/test_types.py", [ "test_plain_enum_validate_json", "MyEnum" ] ], [ "tests/test_types.py", [ "test_enum_type", "MyEnum" ] ], [ "tests/test_types.py", [ "test_int_enum_type", "MyEnum" ] ], [ "tests/test_types.py", [ "test_enum_from_json", "MyEnum" ] ], [ "tests/test_types.py", [ "test_enum_with_no_cases", "MyEnum" ] ], [ "tests/test_types.py", [ "test_enum_custom_schema", "MyEnum" ] ] ], "CustomErrorCatcher": [ [ "tests/test_edge_cases.py", [ "test_custom_exception_handler", "CustomErrorCatcher" ] ] ], "E": [ [ "tests/test_edge_cases.py", [ "test_recursive_walk_fails_on_double_diamond_composition", "E" ] ] ], "Model1": [ [ "tests/test_edge_cases.py", [ "test_recursive_root_models_in_discriminated_union", "Model1" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models", "module", "Model1" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_separate_parameters", "module", "Model1" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_repeated_separate_parameters", "module", "Model1" ] ], [ "tests/test_json_schema.py", [ "test_real_constraints", "Model1" ] ], [ "tests/test_main.py", [ "test_reuse_same_field", "Model1" ] ], [ "tests/test_main.py", [ "test_model_equality_type", "Model1" ] ], [ "tests/test_main.py", [ "test_cannot_use_leading_underscore_field_names", "with_pytest_raises_", "Model1" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_complex", "with_install_plugin_plugi", "foo", "Model1" ] ], [ "tests/test_validate_call.py", [ "test_model_as_arg", "Model1" ] ] ], "Root1": [ [ "tests/test_edge_cases.py", [ "test_recursive_root_models_in_discriminated_union", "Root1" ] ] ], "Root2": [ [ "tests/test_edge_cases.py", [ "test_recursive_root_models_in_discriminated_union", "Root2" ] ] ], "_ErrorKey": [ [ "tests/test_fastapi_json_schema.py", [ "_ErrorKey" ] ] ], "FastAPIGenerateJsonSchema": [ [ "tests/test_fastapi_json_schema.py", [ "FastAPIGenerateJsonSchema" ] ] ], "ErrorDetails": [ [ "tests/test_fastapi_json_schema.py", [ "ErrorDetails" ] ], [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_bound", "ErrorDetails" ] ], [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_bound_default_supported", "ErrorDetails" ] ], [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_variants", "ErrorDetails" ] ] ], "GenerateJsonSchema2": [ [ "tests/test_fastapi_json_schema.py", [ "test_inheritance_detection", "GenerateJsonSchema2" ] ] ], "Car": [ [ "tests/test_fastapi_json_schema.py", [ "test_collect_errors", "Car" ] ] ], "Leaf": [ [ "tests/test_forward_ref.py", [ "test_forward_ref_sub_types", "module", "Leaf" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_nested_sub_types", "module", "Leaf" ] ] ], "Node": [ [ "tests/test_forward_ref.py", [ "test_forward_ref_sub_types", "module", "Node" ] ], [ "tests/test_forward_ref.py", [ "test_forward_ref_nested_sub_types", "module", "Node" ] ] ], "Account": [ [ "tests/test_forward_ref.py", [ "test_self_reference_json_schema", "module", "Account" ] ], [ "tests/test_forward_ref.py", [ "test_circular_reference_json_schema", "module", "Account" ] ] ], "Owner": [ [ "tests/test_forward_ref.py", [ "test_circular_reference_json_schema", "module", "Owner" ] ] ], "NestedTuple": [ [ "tests/test_forward_ref.py", [ "test_nested_forward_ref", "NestedTuple" ] ] ], "Team": [ [ "tests/test_forward_ref.py", [ "test_pep585_recursive_generics", "module", "Team" ] ] ], "Hero": [ [ "tests/test_forward_ref.py", [ "test_pep585_recursive_generics", "module", "Hero" ] ] ], "FutureReferencingModel": [ [ "tests/test_forward_ref.py", [ "test_rebuild_subclass_of_built_model", "FutureReferencingModel" ] ] ], "Expressions_": [ [ "tests/test_forward_ref.py", [ "test_rebuild_recursive_schema", "Expressions_" ] ] ], "Expression_": [ [ "tests/test_forward_ref.py", [ "test_rebuild_recursive_schema", "Expression_" ] ] ], "allOfExpression_": [ [ "tests/test_forward_ref.py", [ "test_rebuild_recursive_schema", "allOfExpression_" ] ] ], "allOfExpressions_": [ [ "tests/test_forward_ref.py", [ "test_rebuild_recursive_schema", "allOfExpressions_" ] ] ], "Result": [ [ "tests/test_generics.py", [ "test_generic_name", "Result" ] ], [ "tests/test_generics.py", [ "test_double_parameterize_error", "Result" ] ], [ "tests/test_generics.py", [ "test_default_argument", "Result" ] ], [ "tests/test_generics.py", [ "test_default_argument_for_typevar", "Result" ] ], [ "tests/test_generics.py", [ "test_classvar", "Result" ] ], [ "tests/test_generics.py", [ "test_non_annotated_field", "with_pytest_raises_Pydant", "Result" ] ], [ "tests/test_generics.py", [ "test_non_generic_field", "Result" ] ], [ "tests/test_generics.py", [ "test_must_inherit_from_generic", "with_pytest_raises_TypeEr", "Result" ] ], [ "tests/test_generics.py", [ "test_parameters_placed_on_generic", "with_pytest_raises_TypeEr", "Result" ] ], [ "tests/test_generics.py", [ "test_parameters_must_be_typevar", "with_pytest_raises_TypeEr", "Result" ] ], [ "tests/test_generics.py", [ "test_subclass_can_be_genericized", "Result" ] ], [ "tests/test_generics.py", [ "test_generic_config", "Result" ] ], [ "tests/test_generics.py", [ "test_generic", "Result" ] ] ], "CustomModel": [ [ "tests/test_generics.py", [ "test_methods_are_inherited", "CustomModel" ] ] ], "CustomGenericModel": [ [ "tests/test_generics.py", [ "test_config_is_inherited", "CustomGenericModel" ] ] ], "MyGenericModel": [ [ "tests/test_generics.py", [ "test_cache_keys_are_hashable", "MyGenericModel" ] ], [ "tests/test_generics.py", [ "test_caches_get_cleaned_up", "MyGenericModel" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_in_container", "module", "MyGenericModel" ] ] ], "Error": [ [ "tests/test_generics.py", [ "test_generic", "Error" ] ], [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_bound", "Error" ] ], [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_bound_default_supported", "Error" ] ], [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_variants", "Error" ] ] ], "Data": [ [ "tests/test_generics.py", [ "test_generic", "Data" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_schema", "Data" ] ] ], "InnerT": [ [ "tests/test_generics.py", [ "test_nested", "InnerT" ] ] ], "OuterT_SameType": [ [ "tests/test_generics.py", [ "test_nested", "OuterT_SameType" ] ] ], "GenericBaseModel": [ [ "tests/test_generics.py", [ "test_generic_subclass_of_concrete_generic", "GenericBaseModel" ] ] ], "GenericSub": [ [ "tests/test_generics.py", [ "test_generic_subclass_of_concrete_generic", "GenericSub" ] ] ], "MyGeneric": [ [ "tests/test_generics.py", [ "test_generic_model_pickle", "module", "MyGeneric" ] ], [ "tests/test_generics.py", [ "test_generic_model_from_function_pickle_fail", "module", "MyGeneric" ] ], [ "tests/test_generics.py", [ "test_generic_model_redefined_without_cache_fail", "module", "MyGeneric" ] ] ], "Model_2": [ [ "tests/test_generics.py", [ "test_generic_model_redefined_without_cache_fail", "module", "Model_2" ] ] ], "CustomCounter": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomCounter" ] ] ], "CustomDefaultDict": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomDefaultDict" ] ], [ "tests/test_types.py", [ "test_custom_default_dict", "CustomDefaultDict" ] ] ], "CustomDeque": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomDeque" ] ] ], "CustomDict": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomDict" ] ] ], "CustomFrozenset": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomFrozenset" ] ] ], "CustomIterable": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomIterable" ] ], [ "tests/test_types.py", [ "test_iterable_arbitrary_type", "CustomIterable" ] ] ], "CustomList": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomList" ] ] ], "CustomMapping": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomMapping" ] ] ], "CustomOrderedDict": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomOrderedDict" ] ] ], "CustomSet": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomSet" ] ] ], "CustomTuple": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomTuple" ] ] ], "CustomLongTuple": [ [ "tests/test_generics.py", [ "test_replace_types_with_user_defined_generic_type_field", "CustomLongTuple" ] ] ], "CustomSequence": [ [ "tests/test_generics.py", [ "test_custom_sequence_behavior", "CustomSequence" ] ] ], "OuterModel": [ [ "tests/test_generics.py", [ "test_deep_generic", "OuterModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_inner_typevar", "OuterModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_referenced_generic", "OuterModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_referenced_inner_generic", "OuterModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_multiple_typevars", "OuterModel" ] ], [ "tests/test_json_schema.py", [ "test_nested_default_json_schema", "OuterModel" ] ], [ "tests/test_json_schema.py", [ "test_get_pydantic_core_schema_calls", "OuterModel" ] ], [ "tests/test_json_schema.py", [ "test_json_schema_keys_sorting", "OuterModel" ] ], [ "tests/test_main.py", [ "test_model_validate_with_context", "OuterModel" ] ], [ "tests/test_main.py", [ "test_get_core_schema_unpacks_refs_for_source_type", "OuterModel" ] ], [ "tests/test_main.py", [ "test_get_core_schema_return_new_ref", "OuterModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_as_any", "OuterModel" ] ] ], "NormalModel": [ [ "tests/test_generics.py", [ "test_deep_generic", "NormalModel" ] ], [ "tests/test_main.py", [ "test_union_enum_values", "NormalModel" ] ] ], "ReferencedModel": [ [ "tests/test_generics.py", [ "test_deep_generic_with_referenced_generic", "ReferencedModel" ] ], [ "tests/test_generics.py", [ "test_deep_generic_with_referenced_inner_generic", "ReferencedModel" ] ] ], "OuterModelA": [ [ "tests/test_generics.py", [ "test_deep_generic_with_multiple_inheritance", "OuterModelA" ] ] ], "OuterModelB": [ [ "tests/test_generics.py", [ "test_deep_generic_with_multiple_inheritance", "OuterModelB" ] ] ], "ModelWithType": [ [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_type_1", "ModelWithType" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_type_bound", "ModelWithType" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_union_type_bound", "ModelWithType" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_type_constraints", "ModelWithType" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_nested_typevar", "ModelWithType" ] ] ], "ReferenceModel": [ [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_type_1", "ReferenceModel" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_type_bound", "ReferenceModel" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_type_constraints", "ReferenceModel" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_nested_typevar", "ReferenceModel" ] ] ], "MyInt": [ [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_type_bound", "MyInt" ] ], [ "tests/test_generics.py", [ "test_generic_with_referenced_generic_union_type_bound", "MyInt" ] ] ], "A1": [ [ "tests/test_generics.py", [ "test_generic_recursive_models_triple", "module", "A1" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_complicated", "module", "A1" ] ] ], "A2": [ [ "tests/test_generics.py", [ "test_generic_recursive_models_triple", "module", "A2" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_complicated", "module", "A2" ] ] ], "A3": [ [ "tests/test_generics.py", [ "test_generic_recursive_models_triple", "module", "A3" ] ], [ "tests/test_generics.py", [ "test_generic_recursive_models_complicated", "module", "A3" ] ] ], "B1": [ [ "tests/test_generics.py", [ "test_generic_recursive_models_complicated", "module", "B1" ] ] ], "B2": [ [ "tests/test_generics.py", [ "test_generic_recursive_models_complicated", "module", "B2" ] ] ], "SomeGenericModel": [ [ "tests/test_generics.py", [ "test_generic_enum", "SomeGenericModel" ] ], [ "tests/test_generics.py", [ "test_generic_annotated", "SomeGenericModel" ] ] ], "SomeStringEnum": [ [ "tests/test_generics.py", [ "test_generic_enum", "SomeStringEnum" ] ] ], "GModel": [ [ "tests/test_generics.py", [ "test_generic_literal", "GModel" ] ], [ "tests/test_generics.py", [ "test_generic_enums", "GModel" ] ] ], "EnumA": [ [ "tests/test_generics.py", [ "test_generic_enums", "EnumA" ] ] ], "EnumB": [ [ "tests/test_generics.py", [ "test_generic_enums", "EnumB" ] ] ], "GenericList": [ [ "tests/test_generics.py", [ "test_generic_with_user_defined_generic_field", "GenericList" ] ], [ "tests/test_types.py", [ "test_custom_generic_containers", "GenericList" ] ] ], "BaseGenericClass": [ [ "tests/test_generics.py", [ "test_generic_subclass_with_extra_type_with_hint_message", "with_pytest_warns_", "BaseGenericClass" ] ] ], "ChildGenericClass": [ [ "tests/test_generics.py", [ "test_generic_subclass_with_extra_type_with_hint_message", "with_pytest_raises_", "with_pytest_warns_", "ChildGenericClass" ] ] ], "MessageWrapper": [ [ "tests/test_generics.py", [ "test_parse_generic_json", "MessageWrapper" ] ] ], "Payload": [ [ "tests/test_generics.py", [ "test_parse_generic_json", "Payload" ] ] ], "GenericPydanticModel": [ [ "tests/test_generics.py", [ "test_generic_model_as_parameter_to_generic_type_alias", "GenericPydanticModel" ] ], [ "tests/test_generics.py", [ "test_double_typevar_substitution", "GenericPydanticModel" ] ], [ "tests/test_type_adapter.py", [ "GenericPydanticModel" ] ] ], "TestingException": [ [ "tests/test_generics.py", [ "test_generic_recursion_contextvar", "TestingException" ] ] ], "Page": [ [ "tests/test_generics.py", [ "test_construct_generic_model_with_validation", "Page" ] ], [ "tests/test_generics.py", [ "test_construct_other_generic_model_with_validation", "Page" ] ] ], "OtherEnum": [ [ "tests/test_generics.py", [ "test_generic_enum_bound", "OtherEnum" ] ], [ "tests/test_generics.py", [ "test_generic_intenum_bound", "OtherEnum" ] ] ], "ComponentModel": [ [ "tests/test_generics.py", [ "test_variadic_generic_init", "ComponentModel" ] ], [ "tests/test_generics.py", [ "test_variadic_generic_with_variadic_fields", "ComponentModel" ] ] ], "Wrench": [ [ "tests/test_generics.py", [ "test_variadic_generic_init", "Wrench" ] ], [ "tests/test_generics.py", [ "test_variadic_generic_with_variadic_fields", "Wrench" ] ] ], "Screwdriver": [ [ "tests/test_generics.py", [ "test_variadic_generic_init", "Screwdriver" ] ], [ "tests/test_generics.py", [ "test_variadic_generic_with_variadic_fields", "Screwdriver" ] ] ], "VariadicToolbox": [ [ "tests/test_generics.py", [ "test_variadic_generic_init", "VariadicToolbox" ] ], [ "tests/test_generics.py", [ "test_variadic_generic_with_variadic_fields", "VariadicToolbox" ] ] ], "FlaggedValue": [ [ "tests/test_generics.py", [ "test_generic_namedtuple", "FlaggedValue" ] ] ], "MyGenericParamSpecClass": [ [ "tests/test_generics.py", [ "test_paramspec_is_usable", "MyGenericParamSpecClass" ] ] ], "ParamSpecGenericModel": [ [ "tests/test_generics.py", [ "test_paramspec_is_usable", "ParamSpecGenericModel" ] ] ], "SimpleGenericModel": [ [ "tests/test_generics.py", [ "test_parametrize_with_basemodel", "SimpleGenericModel" ] ] ], "Concrete": [ [ "tests/test_generics.py", [ "test_parametrize_with_basemodel", "Concrete" ] ] ], "MyErrorDetails": [ [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_bound", "MyErrorDetails" ] ], [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_bound_default_supported", "MyErrorDetails" ] ], [ "tests/test_generics.py", [ "test_serialize_unsubstituted_typevars_variants", "MyErrorDetails" ] ] ], "FooStr": [ [ "tests/test_generics.py", [ "test_generic_with_not_required_in_typed_dict", "FooStr" ] ] ], "FooGeneric": [ [ "tests/test_generics.py", [ "test_generic_with_not_required_in_typed_dict", "FooGeneric" ] ] ], "Obj": [ [ "tests/test_internal.py", [ "test_representation_integrations", "Obj" ] ], [ "tests/test_json.py", [ "test_con_decimal_encode", "Obj" ] ] ], "PathModel": [ [ "tests/test_json.py", [ "test_path_encoding", "PathModel" ] ] ], "SubDate": [ [ "tests/test_json.py", [ "test_subclass_encoding", "SubDate" ] ] ], "SubDt": [ [ "tests/test_json.py", [ "test_subclass_custom_encoding", "SubDt" ] ] ], "SubDelta": [ [ "tests/test_json.py", [ "test_subclass_custom_encoding", "SubDelta" ] ] ], "Phone": [ [ "tests/test_json.py", [ "test_json_nested_encode_models", "Phone" ] ] ], "MyExoticType": [ [ "tests/test_json.py", [ "test_custom_encode_fallback_basemodel", "MyExoticType" ] ] ], "Outer1": [ [ "tests/test_json.py", [ "test_json_encoders_on_model", "Outer1" ] ] ], "Outer2": [ [ "tests/test_json.py", [ "test_json_encoders_on_model", "Outer2" ] ] ], "Outermost": [ [ "tests/test_json.py", [ "test_json_encoders_on_model", "Outermost" ] ] ], "ApplePie": [ [ "tests/test_json_schema.py", [ "test_by_alias", "ApplePie" ] ], [ "tests/test_json_schema.py", [ "test_ref_template", "ApplePie" ] ], [ "tests/test_json_schema.py", [ "test_by_alias_generator", "ApplePie" ] ] ], "KeyLimePie": [ [ "tests/test_json_schema.py", [ "test_ref_template", "KeyLimePie" ] ] ], "SpamEnum": [ [ "tests/test_json_schema.py", [ "test_choices", "SpamEnum" ] ], [ "tests/test_json_schema.py", [ "test_enum_modify_schema", "SpamEnum" ] ] ], "FooBarEnum": [ [ "tests/test_json_schema.py", [ "test_enum_schema_custom_field", "FooBarEnum" ] ] ], "Names": [ [ "tests/test_json_schema.py", [ "test_enum_and_model_have_same_behaviour", "Names" ] ], [ "tests/test_json_schema.py", [ "test_enum_includes_extra_without_other_params", "Names" ] ] ], "Pika": [ [ "tests/test_json_schema.py", [ "test_enum_and_model_have_same_behaviour", "Pika" ] ] ], "FoodChoice": [ [ "tests/test_json_schema.py", [ "test_list_enum_schema_extras", "FoodChoice" ] ] ], "MyNone": [ [ "tests/test_json_schema.py", [ "test_optional_modify_schema", "MyNone" ] ] ], "ModelWithOverride": [ [ "tests/test_json_schema.py", [ "test_callable_type", "ModelWithOverride" ] ] ], "MyGenerator": [ [ "tests/test_json_schema.py", [ "test_callable_type_with_fallback", "MyGenerator" ] ], [ "tests/test_json_schema.py", [ "test_callable_fallback_with_non_serializable_default", "MyGenerator" ] ] ], "Baz": [ [ "tests/test_json_schema.py", [ "test_schema_overrides", "Baz" ] ], [ "tests/test_json_schema.py", [ "test_schema_from_models", "Baz" ] ], [ "tests/test_json_schema.py", [ "test_schema_with_refs", "Baz" ] ], [ "tests/test_json_schema.py", [ "test_schema_with_custom_ref_template", "Baz" ] ], [ "tests/test_json_schema.py", [ "test_schema_ref_template_key_error", "Baz" ] ], [ "tests/test_json_schema.py", [ "test_model_with_type_attributes", "Baz" ] ], [ "tests/test_serialize.py", [ "test_subclass_support_unions_with_forward_ref", "Baz" ] ] ], "Ingredient": [ [ "tests/test_json_schema.py", [ "test_schema_from_models", "Ingredient" ] ] ], "Pizza": [ [ "tests/test_json_schema.py", [ "test_schema_from_models", "Pizza" ] ] ], "UserModel": [ [ "tests/test_json_schema.py", [ "test_list_default", "UserModel" ] ], [ "tests/test_json_schema.py", [ "test_enum_str_default", "UserModel" ] ], [ "tests/test_json_schema.py", [ "test_enum_int_default", "UserModel" ] ], [ "tests/test_json_schema.py", [ "test_dict_default", "UserModel" ] ] ], "MyTypedDict": [ [ "tests/test_json_schema.py", [ "test_typeddict_default_timedelta", "MyTypedDict" ] ], [ "tests/test_json_schema.py", [ "test_typeddict_default_bytes", "MyTypedDict" ] ], [ "tests/test_types_typeddict.py", [ "test_grandparent_config", "MyTypedDict" ] ] ], "FooList": [ [ "tests/test_json_schema.py", [ "test_unparameterized_schema_generation", "FooList" ] ] ], "BarList": [ [ "tests/test_json_schema.py", [ "test_unparameterized_schema_generation", "BarList" ] ] ], "FooDict": [ [ "tests/test_json_schema.py", [ "test_unparameterized_schema_generation", "FooDict" ] ] ], "BarDict": [ [ "tests/test_json_schema.py", [ "test_unparameterized_schema_generation", "BarDict" ] ] ], "Dep": [ [ "tests/test_json_schema.py", [ "test_known_model_optimization", "Dep" ] ] ], "FloatEnum": [ [ "tests/test_json_schema.py", [ "test_literal_types", "FloatEnum" ] ] ], "ListEnum": [ [ "tests/test_json_schema.py", [ "test_literal_types", "ListEnum" ] ] ], "ExampleEnum": [ [ "tests/test_json_schema.py", [ "test_schema_attributes", "ExampleEnum" ] ] ], "MyTuple": [ [ "tests/test_json_schema.py", [ "test_tuple_with_extra_schema", "MyTuple" ] ] ], "MyPath": [ [ "tests/test_json_schema.py", [ "test_path_modify_schema", "MyPath" ] ] ], "Organization": [ [ "tests/test_json_schema.py", [ "test_mode_name_causes_no_conflict", "Organization" ] ], [ "tests/test_json_schema.py", [ "test_ref_conflict_resolution_without_mode_difference", "Organization" ] ], [ "tests/test_json_schema.py", [ "test_ref_conflict_resolution_with_mode_difference", "Organization" ] ], [ "tests/test_json_schema.py", [ "test_conflicting_names", "Organization" ] ] ], "OrganizationInput": [ [ "tests/test_json_schema.py", [ "test_mode_name_causes_no_conflict", "OrganizationInput" ] ], [ "tests/test_json_schema.py", [ "test_ref_conflict_resolution_without_mode_difference", "OrganizationInput" ] ], [ "tests/test_json_schema.py", [ "test_ref_conflict_resolution_with_mode_difference", "OrganizationInput" ] ] ], "OrganizationOutput": [ [ "tests/test_json_schema.py", [ "test_mode_name_causes_no_conflict", "OrganizationOutput" ] ] ], "Organization__Input": [ [ "tests/test_json_schema.py", [ "test_conflicting_names", "Organization__Input" ] ] ], "GenModel": [ [ "tests/test_json_schema.py", [ "test_schema_for_generic_field", "GenModel" ] ] ], "GenModelModified": [ [ "tests/test_json_schema.py", [ "test_schema_for_generic_field", "GenModelModified" ] ] ], "ModelModified": [ [ "tests/test_json_schema.py", [ "test_schema_for_generic_field", "ModelModified" ] ] ], "Coordinates": [ [ "tests/test_json_schema.py", [ "test_namedtuple_default", "Coordinates" ] ], [ "tests/test_json_schema.py", [ "test_namedtuple_modify_schema", "Coordinates" ] ] ], "LocationBase": [ [ "tests/test_json_schema.py", [ "test_namedtuple_default", "LocationBase" ] ] ], "CustomCoordinates": [ [ "tests/test_json_schema.py", [ "test_namedtuple_modify_schema", "CustomCoordinates" ] ] ], "Location": [ [ "tests/test_json_schema.py", [ "test_namedtuple_modify_schema", "Location" ] ] ], "Gen": [ [ "tests/test_json_schema.py", [ "test_advanced_generic_schema", "Gen" ] ] ], "GenTwoParams": [ [ "tests/test_json_schema.py", [ "test_advanced_generic_schema", "GenTwoParams" ] ] ], "Ref": [ [ "tests/test_json_schema.py", [ "test_nested_generic", "Ref" ] ], [ "tests/test_json_schema.py", [ "test_complex_nested_generic", "Ref" ] ] ], "Box": [ [ "tests/test_json_schema.py", [ "test_nested_generic_model", "Box" ] ] ], "BlackCatWithHeight": [ [ "tests/test_json_schema.py", [ "test_nested_discriminated_union", "BlackCatWithHeight" ] ], [ "tests/test_json_schema.py", [ "test_deeper_nested_discriminated_annotated_union", "BlackCatWithHeight" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union_literal_enum", "BlackCatWithHeight" ] ] ], "BlackCatWithWeight": [ [ "tests/test_json_schema.py", [ "test_nested_discriminated_union", "BlackCatWithWeight" ] ], [ "tests/test_json_schema.py", [ "test_deeper_nested_discriminated_annotated_union", "BlackCatWithWeight" ] ], [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union_literal_enum", "BlackCatWithWeight" ] ] ], "PetType": [ [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union_literal_enum", "PetType" ] ] ], "PetColor": [ [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union_literal_enum", "PetColor" ] ] ], "PetInfo": [ [ "tests/test_json_schema.py", [ "test_discriminated_annotated_union_literal_enum", "PetInfo" ] ] ], "ChildModel": [ [ "tests/test_json_schema.py", [ "test_nested_python_dataclasses", "ChildModel" ] ] ], "MyGenerateJsonSchema": [ [ "tests/test_json_schema.py", [ "test_override_generate_json_schema", "MyGenerateJsonSchema" ] ], [ "tests/test_json_schema.py", [ "test_serialization_schema_with_exclude", "MyGenerateJsonSchema" ] ] ], "CustomAnnotation": [ [ "tests/test_json_schema.py", [ "test_get_pydantic_core_schema_calls", "CustomAnnotation" ] ] ], "OuterModelWithAnnotatedField": [ [ "tests/test_json_schema.py", [ "test_get_pydantic_core_schema_calls", "OuterModelWithAnnotatedField" ] ] ], "Toy": [ [ "tests/test_json_schema.py", [ "test_extras_and_examples_are_json_encoded", "Toy" ] ] ], "ArbitraryClass": [ [ "tests/test_json_schema.py", [ "test_arbitrary_type_json_schema", "ArbitraryClass" ] ] ], "MySequence": [ [ "tests/test_json_schema.py", [ "test_custom_chain_schema", "MySequence" ] ] ], "MyJsonOrPython": [ [ "tests/test_json_schema.py", [ "test_json_or_python_schema", "MyJsonOrPython" ] ] ], "MyLaxOrStrict": [ [ "tests/test_json_schema.py", [ "test_lax_or_strict_schema", "MyLaxOrStrict" ] ] ], "JsonSchemaExamples": [ [ "tests/test_json_schema.py", [ "test_json_schema_extras_on_ref", "JsonSchemaExamples" ] ] ], "JsonSchemaTitle": [ [ "tests/test_json_schema.py", [ "test_json_schema_extras_on_ref", "JsonSchemaTitle" ] ] ], "Marker": [ [ "tests/test_json_schema.py", [ "test_resolve_def_schema_from_core_schema", "Marker" ] ], [ "tests/test_main.py", [ "test_get_core_schema_unpacks_refs_for_source_type", "Marker" ] ], [ "tests/test_main.py", [ "test_resolve_def_schema_from_core_schema", "Marker" ] ], [ "tests/test_types.py", [ "test_get_pydantic_core_schema_marker_unrelated_type", "Marker" ] ] ], "Annotation": [ [ "tests/test_json_schema.py", [ "test_custom_type_gets_unpacked_ref", "Annotation" ] ] ], "ModelTest": [ [ "tests/test_json_schema.py", [ "test_multiple_parametrization_of_generic_model", "ModelTest" ] ], [ "tests/test_json_schema.py", [ "test_multiple_parametrization_of_generic_model", "for___in_range_sys_getrec", "ModelTest" ] ] ], "SerializationDefaultsRequiredModel": [ [ "tests/test_json_schema.py", [ "test_json_schema_serialization_defaults_required", "SerializationDefaultsRequiredModel" ] ] ], "ValidationModel": [ [ "tests/test_json_schema.py", [ "test_json_schema_mode_override", "ValidationModel" ] ] ], "SerializationModel": [ [ "tests/test_json_schema.py", [ "test_json_schema_mode_override", "SerializationModel" ] ] ], "G": [ [ "tests/test_json_schema.py", [ "test_models_json_schema_generics", "G" ] ] ], "UltraSimpleModel": [ [ "tests/test_main.py", [ "ultra_simple_model_fixture", "UltraSimpleModel" ] ], [ "tests/test_main.py", [ "parent_sub_model_fixture", "UltraSimpleModel" ] ], [ "tests/test_main.py", [ "test_set_attr_invalid", "UltraSimpleModel" ] ] ], "NoneCheckModel": [ [ "tests/test_main.py", [ "none_check_model_fix", "NoneCheckModel" ] ] ], "ParentModel": [ [ "tests/test_main.py", [ "parent_sub_model_fixture", "ParentModel" ] ], [ "tests/test_validators.py", [ "test_validate_always_on_inheritance", "ParentModel" ] ], [ "tests/test_validators.py", [ "test_field_validator_validate_default_on_inheritance", "ParentModel" ] ] ], "TestClass": [ [ "tests/test_main.py", [ "test_allow_extra_from_attributes", "TestClass" ] ] ], "ForbiddenExtra": [ [ "tests/test_main.py", [ "test_forbidden_extra_success", "ForbiddenExtra" ] ], [ "tests/test_main.py", [ "test_forbidden_extra_fails", "ForbiddenExtra" ] ] ], "BrokenExtraBaseModel": [ [ "tests/test_main.py", [ "test_extra_broken_via_pydantic_extra_interference", "BrokenExtraBaseModel" ] ] ], "AnyModel": [ [ "tests/test_main.py", [ "test_any", "AnyModel" ] ], [ "tests/test_serialize.py", [ "test_serialize_any_model", "AnyModel" ] ] ], "Buz": [ [ "tests/test_main.py", [ "test_with_declared_hash", "Buz" ] ] ], "TestModel_1": [ [ "tests/test_main.py", [ "test_hash_function_give_different_result_for_different_object", "TestModel_1" ] ] ], "MySubClass": [ [ "tests/test_main.py", [ "test_hash_method_is_inherited_for_frozen_models", "MySubClass" ] ] ], "ValidateAssignmentModel": [ [ "tests/test_main.py", [ "validate_assignment_fixture", "ValidateAssignmentModel" ] ], [ "tests/test_validators.py", [ "validate_assignment_model_fixture", "ValidateAssignmentModel" ] ] ], "UseEnumValuesModel": [ [ "tests/test_main.py", [ "test_union_enum_values", "UseEnumValuesModel" ] ] ], "ArbitraryType": [ [ "tests/test_main.py", [ "ArbitraryType" ] ] ], "ArbitraryTypeAllowedModel": [ [ "tests/test_main.py", [ "test_arbitrary_type_allowed_validation_success", "ArbitraryTypeAllowedModel" ] ], [ "tests/test_main.py", [ "test_arbitrary_type_allowed_validation_fails", "ArbitraryTypeAllowedModel" ] ] ], "OtherClass": [ [ "tests/test_main.py", [ "OtherClass" ] ] ], "ArbitraryTypeNotAllowedModel": [ [ "tests/test_main.py", [ "test_arbitrary_types_not_allowed", "with_pytest_raises_TypeEr", "ArbitraryTypeNotAllowedModel" ] ] ], "TypeTypeModel": [ [ "tests/test_main.py", [ "type_type_model_fixture", "TypeTypeModel" ] ], [ "tests/test_main.py", [ "test_bare_type_type_validation_success", "TypeTypeModel" ] ], [ "tests/test_main.py", [ "test_bare_type_type_validation_fails", "TypeTypeModel" ] ] ], "ArbitrarySubType": [ [ "tests/test_main.py", [ "test_type_type_subclass_validation_success", "ArbitrarySubType" ] ] ], "BadModel": [ [ "tests/test_main.py", [ "test_annotation_field_name_shadows_attribute", "with_pytest_raises_NameEr", "BadModel" ] ], [ "tests/test_main.py", [ "test_value_field_name_shadows_attribute", "with_pytest_raises_Pydant", "BadModel" ] ], [ "tests/test_main.py", [ "test_nested_types_ignored", "with_pytest_raises_Pydant", "BadModel" ] ] ], "MyOtherModel": [ [ "tests/test_main.py", [ "test_class_var", "MyOtherModel" ] ] ], "_ClassPropertyDescriptor": [ [ "tests/test_main.py", [ "test_ignored_types", "_ClassPropertyDescriptor" ] ] ], "Transaction": [ [ "tests/test_main.py", [ "test_revalidate_instances_never", "Transaction" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_sub_instances", "Transaction" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_always", "Transaction" ] ] ], "SubUser": [ [ "tests/test_main.py", [ "test_revalidate_instances_never", "SubUser" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_sub_instances", "SubUser" ] ], [ "tests/test_main.py", [ "test_revalidate_instances_always", "SubUser" ] ] ], "ChildConfig": [ [ "tests/test_main.py", [ "test_model_export_exclusion_with_fields_and_config", "ChildConfig" ] ] ], "ParentConfig": [ [ "tests/test_main.py", [ "test_model_export_exclusion_with_fields_and_config", "ParentConfig" ] ] ], "WarningModel": [ [ "tests/test_main.py", [ "test_untyped_fields_warning", "with_pytest_raises_", "WarningModel" ] ] ], "NonWarningModel": [ [ "tests/test_main.py", [ "test_untyped_fields_warning", "NonWarningModel" ] ] ], "DerivedModel": [ [ "tests/test_main.py", [ "test_custom_init_subclass_params", "DerivedModel" ] ] ], "NewModel": [ [ "tests/test_main.py", [ "test_custom_init_subclass_params", "NewModel" ] ], [ "tests/test_private_attributes.py", [ "test_layout_compatible_multiple_private_parents", "NewModel" ] ] ], "ValueModel": [ [ "tests/test_main.py", [ "test_default_factory", "ValueModel" ] ] ], "DynamicValueModel": [ [ "tests/test_main.py", [ "test_default_factory", "DynamicValueModel" ] ] ], "FunctionModel": [ [ "tests/test_main.py", [ "test_default_factory", "FunctionModel" ] ] ], "SingletonFieldModel": [ [ "tests/test_main.py", [ "test_default_factory", "SingletonFieldModel" ] ] ], "Seq": [ [ "tests/test_main.py", [ "test_default_factory_called_once", "Seq" ] ] ], "Entry": [ [ "tests/test_main.py", [ "test_frozen_field_with_validate_assignment", "Entry" ] ] ], "Image": [ [ "tests/test_main.py", [ "test_inherited_model_field_copy", "Image" ] ] ], "CustomMap": [ [ "tests/test_main.py", [ "test_mapping_subclass_as_input", "CustomMap" ] ] ], "MyDict": [ [ "tests/test_main.py", [ "MyDict" ] ], [ "tests/test_types.py", [ "test_mapping_subclass_without_core_schema", "MyDict" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_all", "MyDict" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_annotated_simple", "MyDict" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_total_false", "MyDict" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_alias_generator", "MyDict" ] ], [ "tests/test_validators.py", [ "test_custom_type_field_name_typed_dict", "MyDict" ] ] ], "WithoutOverrideModel": [ [ "tests/test_main.py", [ "test_post_init_not_called_without_override", "try_", "WithoutOverrideModel" ] ] ], "WithOverrideModel": [ [ "tests/test_main.py", [ "test_post_init_not_called_without_override", "try_", "WithOverrideModel" ] ] ], "InnerEqualityModel": [ [ "tests/test_main.py", [ "inner_equality_fixture", "InnerEqualityModel" ] ] ], "EqualityModel": [ [ "tests/test_main.py", [ "equality_fixture", "EqualityModel" ] ] ], "ConcreteModel": [ [ "tests/test_main.py", [ "test_model_equality_generics", "ConcreteModel" ] ] ], "LaxModel": [ [ "tests/test_main.py", [ "test_model_validate_strict", "LaxModel" ] ], [ "tests/test_main.py", [ "test_model_validate_json_strict", "LaxModel" ] ] ], "StrictModel": [ [ "tests/test_main.py", [ "test_model_validate_strict", "StrictModel" ] ], [ "tests/test_main.py", [ "test_model_validate_json_strict", "StrictModel" ] ] ], "NonNestedType": [ [ "tests/test_main.py", [ "test_nested_types_ignored", "NonNestedType" ] ] ], "NestedType": [ [ "tests/test_main.py", [ "test_nested_types_ignored", "GoodModel", "NestedType" ] ] ], "GoodModel": [ [ "tests/test_main.py", [ "test_nested_types_ignored", "GoodModel" ] ] ], "ModelFromAttributesTrue": [ [ "tests/test_main.py", [ "test_validate_python_from_attributes", "ModelFromAttributesTrue" ] ], [ "tests/test_type_adapter.py", [ "test_validate_python_from_attributes", "ModelFromAttributesTrue" ] ] ], "ModelFromAttributesFalse": [ [ "tests/test_main.py", [ "test_validate_python_from_attributes", "ModelFromAttributesFalse" ] ], [ "tests/test_type_adapter.py", [ "test_validate_python_from_attributes", "ModelFromAttributesFalse" ] ] ], "UnrelatedClass": [ [ "tests/test_main.py", [ "test_validate_python_from_attributes", "UnrelatedClass" ] ], [ "tests/test_type_adapter.py", [ "test_validate_python_from_attributes", "UnrelatedClass" ] ] ], "Model3": [ [ "tests/test_main.py", [ "test_cannot_use_leading_underscore_field_names", "None_2", "Model3" ] ] ], "One": [ [ "tests/test_main.py", [ "test_shadow_attribute", "One" ] ] ], "Two": [ [ "tests/test_main.py", [ "test_shadow_attribute", "with_pytest_warns_UserWar", "Two" ] ] ], "Three": [ [ "tests/test_main.py", [ "test_shadow_attribute", "None_1", "Three" ] ] ], "Human": [ [ "tests/test_model_validator.py", [ "test_subclass", "Human" ] ] ], "NestedData": [ [ "tests/test_parse.py", [ "test_parse_nested_root_list", "NestedData" ] ], [ "tests/test_parse.py", [ "test_parse_nested_root_tuple", "NestedData" ] ] ], "IntWrapper": [ [ "tests/test_pickle.py", [ "IntWrapper" ] ], [ "tests/test_types.py", [ "test_transform_schema_for_third_party_class", "IntWrapper" ] ] ], "ImportableModel": [ [ "tests/test_pickle.py", [ "ImportableModel" ] ] ], "NonImportableModel": [ [ "tests/test_pickle.py", [ "model_factory", "NonImportableModel" ] ] ], "ImportableNestedModel": [ [ "tests/test_pickle.py", [ "ImportableNestedModel" ] ] ], "NonImportableNestedModel": [ [ "tests/test_pickle.py", [ "nested_model_factory", "NonImportableNestedModel" ] ] ], "ImportableDataclass": [ [ "tests/test_pickle.py", [ "ImportableDataclass" ] ] ], "NonImportableDataclass": [ [ "tests/test_pickle.py", [ "dataclass_factory", "NonImportableDataclass" ] ] ], "ImportableBuiltinDataclass": [ [ "tests/test_pickle.py", [ "ImportableBuiltinDataclass" ] ] ], "NonImportableBuiltinDataclass": [ [ "tests/test_pickle.py", [ "builtin_dataclass_factory", "NonImportableBuiltinDataclass" ] ] ], "ImportableChildDataclass": [ [ "tests/test_pickle.py", [ "ImportableChildDataclass" ] ] ], "NonImportableChildDataclass": [ [ "tests/test_pickle.py", [ "child_dataclass_factory", "NonImportableChildDataclass" ] ] ], "ImportableNestedDataclassModel": [ [ "tests/test_pickle.py", [ "ImportableNestedDataclassModel" ] ] ], "NonImportableNestedDataclassModel": [ [ "tests/test_pickle.py", [ "nested_dataclass_model_factory", "NonImportableNestedDataclassModel" ] ] ], "ImportableModelWithConfig": [ [ "tests/test_pickle.py", [ "ImportableModelWithConfig" ] ] ], "NonImportableModelWithConfig": [ [ "tests/test_pickle.py", [ "model_with_config_factory", "NonImportableModelWithConfig" ] ] ], "CustomOnValidateJson": [ [ "tests/test_plugins.py", [ "test_on_validate_json_on_success", "CustomOnValidateJson" ] ], [ "tests/test_plugins.py", [ "test_on_validate_json_on_error", "CustomOnValidateJson" ] ] ], "CustomPlugin": [ [ "tests/test_plugins.py", [ "test_on_validate_json_on_success", "CustomPlugin" ] ] ], "CustomOnValidatePython": [ [ "tests/test_plugins.py", [ "test_on_validate_python_on_success", "CustomOnValidatePython" ] ], [ "tests/test_plugins.py", [ "test_on_validate_python_on_error", "CustomOnValidatePython" ] ], [ "tests/test_plugins.py", [ "test_stateful_plugin", "CustomOnValidatePython" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_dataclass", "CustomOnValidatePython" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_type_adapter", "CustomOnValidatePython" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_type_adapter_with_module", "CustomOnValidatePython" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_validate_call", "CustomOnValidatePython" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_create_model", "CustomOnValidatePython" ] ], [ "tests/test_plugins.py", [ "test_plugin_path_complex", "CustomOnValidatePython" ] ] ], "MyException": [ [ "tests/test_plugins.py", [ "test_stateful_plugin", "MyException" ] ] ], "Python": [ [ "tests/test_plugins.py", [ "test_all_handlers", "Python" ] ] ], "Strings": [ [ "tests/test_plugins.py", [ "test_all_handlers", "Strings" ] ] ], "Plugin1": [ [ "tests/test_plugins.py", [ "test_plugin_path_validate_call", "Plugin1" ] ] ], "Plugin2": [ [ "tests/test_plugins.py", [ "test_plugin_path_validate_call", "Plugin2" ] ] ], "GrandParentModel": [ [ "tests/test_private_attributes.py", [ "test_private_attribute_multiple_inheritance", "GrandParentModel" ] ] ], "ParentAModel": [ [ "tests/test_private_attributes.py", [ "test_private_attribute_multiple_inheritance", "ParentAModel" ] ] ], "ParentBModel": [ [ "tests/test_private_attributes.py", [ "test_private_attribute_multiple_inheritance", "ParentBModel" ] ] ], "IgnoredType": [ [ "tests/test_private_attributes.py", [ "test_ignored_types_are_ignored", "IgnoredType" ] ] ], "ModelMixin": [ [ "tests/test_private_attributes.py", [ "test_layout_compatible_multiple_private_parents", "ModelMixin" ] ] ], "SubRootModel": [ [ "tests/test_root_model.py", [ "test_root_model_repr", "SubRootModel" ] ] ], "SpecializedSubRootModel": [ [ "tests/test_root_model.py", [ "test_root_model_repr", "SpecializedSubRootModel" ] ] ], "MyRootModel": [ [ "tests/test_root_model.py", [ "test_root_model_as_field", "MyRootModel" ] ], [ "tests/test_root_model.py", [ "test_v1_compatibility_serializer", "MyRootModel" ] ], [ "tests/test_root_model.py", [ "test_pickle_root_model", "module", "MyRootModel" ] ] ], "MyInnerModel": [ [ "tests/test_root_model.py", [ "test_v1_compatibility_serializer", "MyInnerModel" ] ] ], "MyOuterModel": [ [ "tests/test_root_model.py", [ "test_v1_compatibility_serializer", "MyOuterModel" ] ] ], "Base64Root": [ [ "tests/test_root_model.py", [ "test_construct", "Base64Root" ] ] ], "Base64RootProperty": [ [ "tests/test_root_model.py", [ "test_construct_nested", "Base64RootProperty" ] ] ], "R": [ [ "tests/test_root_model.py", [ "test_root_model_base_model_equality", "R" ] ] ], "SubclassedModel": [ [ "tests/test_root_model.py", [ "test_root_model_json_schema_meta", "SubclassedModel" ] ] ], "BModel": [ [ "tests/test_root_model.py", [ "test_root_model_dump_with_base_model", "BModel" ] ], [ "tests/test_root_model.py", [ "test_root_and_data_error", "BModel" ] ] ], "RModel": [ [ "tests/test_root_model.py", [ "test_root_model_dump_with_base_model", "RModel" ] ], [ "tests/test_root_model.py", [ "test_mixed_discriminated_union", "RModel" ] ] ], "IModel": [ [ "tests/test_root_model.py", [ "test_mixed_discriminated_union", "IModel" ] ] ], "SModel": [ [ "tests/test_root_model.py", [ "test_mixed_discriminated_union", "SModel" ] ] ], "FancyIntModel": [ [ "tests/test_serialize.py", [ "test_serializer_annotated_typing_cache", "FancyIntModel" ] ], [ "tests/test_validators.py", [ "test_annotated_validator_typing_cache", "FancyIntModel" ] ] ], "CommaFriendlyIntLogic": [ [ "tests/test_serialize.py", [ "test_annotated_customisation", "CommaFriendlyIntLogic" ] ] ], "Child1": [ [ "tests/test_serialize.py", [ "test_serializer_allow_reuse_inheritance_override", "Child1" ] ], [ "tests/test_validators.py", [ "test_root_validator_subclass", "Child1" ] ] ], "UserLogin": [ [ "tests/test_serialize.py", [ "test_serialize_as_any", "UserLogin" ] ] ], "OtherModel": [ [ "tests/test_serialize.py", [ "test_forward_ref_for_serializers", "OtherModel" ] ] ], "Kid": [ [ "tests/test_serialize.py", [ "test_subclass_support_unions", "Kid" ] ] ], "Home": [ [ "tests/test_serialize.py", [ "test_subclass_support_unions", "Home" ] ] ], "Shelter": [ [ "tests/test_serialize.py", [ "test_subclass_support_unions", "Shelter" ] ] ], "ModelWithStrictField": [ [ "tests/test_strict.py", [ "model_with_strict_field", "ModelWithStrictField" ] ] ], "SomeTypedDict": [ [ "tests/test_type_adapter.py", [ "SomeTypedDict" ] ] ], "SomeNamedTuple": [ [ "tests/test_type_adapter.py", [ "SomeNamedTuple" ] ] ], "ModelStrict": [ [ "tests/test_type_adapter.py", [ "test_validate_python_strict", "ModelStrict" ] ], [ "tests/test_type_adapter.py", [ "test_validate_json_strict", "ModelStrict" ] ] ], "ConBytesModel": [ [ "tests/test_types.py", [ "con_bytes_model_fixture", "ConBytesModel" ] ] ], "ConListModelMax": [ [ "tests/test_types.py", [ "test_constrained_list_good", "ConListModelMax" ] ], [ "tests/test_types.py", [ "test_constrained_list_default", "ConListModelMax" ] ], [ "tests/test_types.py", [ "test_constrained_list_too_long", "ConListModelMax" ] ] ], "ConListModelMin": [ [ "tests/test_types.py", [ "test_constrained_list_too_short", "ConListModelMin" ] ] ], "ConListModelBoth": [ [ "tests/test_types.py", [ "test_constrained_list_constraints", "ConListModelBoth" ] ] ], "ConListModel": [ [ "tests/test_types.py", [ "test_constrained_list_item_type_fails", "ConListModel" ] ] ], "ConSetModelMax": [ [ "tests/test_types.py", [ "test_constrained_set_too_long", "ConSetModelMax" ] ] ], "ConSetModelMin": [ [ "tests/test_types.py", [ "test_constrained_set_too_short", "ConSetModelMin" ] ] ], "ConSetModelBoth": [ [ "tests/test_types.py", [ "test_constrained_set_constraints", "ConSetModelBoth" ] ] ], "ConSetModel": [ [ "tests/test_types.py", [ "test_constrained_set_item_type_fails", "ConSetModel" ] ] ], "ConStringModel": [ [ "tests/test_types.py", [ "constring_model_fixture", "ConStringModel" ] ] ], "PyObjectModel": [ [ "tests/test_types.py", [ "test_string_import_callable", "PyObjectModel" ] ], [ "tests/test_types.py", [ "test_string_import_any", "PyObjectModel" ] ], [ "tests/test_types.py", [ "test_string_import_any_expected_failure", "PyObjectModel" ] ], [ "tests/test_types.py", [ "test_string_import_constraints", "PyObjectModel" ] ] ], "CheckModel": [ [ "tests/test_types.py", [ "check_model_fixture", "CheckModel" ] ] ], "BoolCastable": [ [ "tests/test_types.py", [ "BoolCastable" ] ] ], "StrModel": [ [ "tests/test_types.py", [ "str_model_fixture", "StrModel" ] ] ], "FruitEnum": [ [ "tests/test_types.py", [ "cooking_model", "FruitEnum" ] ], [ "tests/test_types.py", [ "test_strict_str", "FruitEnum" ] ] ], "ToolEnum": [ [ "tests/test_types.py", [ "cooking_model", "ToolEnum" ] ] ], "CookingModel": [ [ "tests/test_types.py", [ "cooking_model", "CookingModel" ] ] ], "Number": [ [ "tests/test_types.py", [ "test_enum_fails_error_msg", "Number" ] ] ], "MyIntEnum": [ [ "tests/test_types.py", [ "test_int_enum_type", "MyIntEnum" ] ] ], "Demo": [ [ "tests/test_types.py", [ "test_strict_enum", "Demo" ] ] ], "MoreStringsModel": [ [ "tests/test_types.py", [ "test_string_success", "MoreStringsModel" ] ], [ "tests/test_types.py", [ "test_string_fails", "MoreStringsModel" ] ] ], "UUIDModel": [ [ "tests/test_types.py", [ "test_uuid_validation", "UUIDModel" ] ] ], "StrictByConfig": [ [ "tests/test_types.py", [ "test_uuid_strict", "StrictByConfig" ] ] ], "StrictByField": [ [ "tests/test_types.py", [ "test_uuid_strict", "StrictByField" ] ] ], "JsonModel": [ [ "tests/test_types.py", [ "test_valid_simple_json", "JsonModel" ] ], [ "tests/test_types.py", [ "test_valid_simple_json_any", "JsonModel" ] ], [ "tests/test_types.py", [ "test_invalid_simple_json", "JsonModel" ] ], [ "tests/test_types.py", [ "test_valid_simple_json_bytes", "JsonModel" ] ], [ "tests/test_types.py", [ "test_json_before_validator", "JsonModel" ] ] ], "JsonDetailedModel": [ [ "tests/test_types.py", [ "test_valid_detailed_json", "JsonDetailedModel" ] ], [ "tests/test_types.py", [ "test_valid_model_json", "JsonDetailedModel" ] ], [ "tests/test_types.py", [ "test_invalid_model_json", "JsonDetailedModel" ] ], [ "tests/test_types.py", [ "test_invalid_detailed_json_type_error", "JsonDetailedModel" ] ], [ "tests/test_types.py", [ "test_json_not_str", "JsonDetailedModel" ] ] ], "JsonOptionalModel": [ [ "tests/test_types.py", [ "test_json_optional_simple", "JsonOptionalModel" ] ], [ "tests/test_types.py", [ "test_json_optional_complex", "JsonOptionalModel" ] ] ], "JsonRequired": [ [ "tests/test_types.py", [ "test_json_required", "JsonRequired" ] ] ], "DecryptableStr": [ [ "tests/test_types.py", [ "test_secretstr_subclass", "DecryptableStr" ] ] ], "FrozenSetModel": [ [ "tests/test_types.py", [ "test_frozenset_field", "FrozenSetModel" ] ], [ "tests/test_types.py", [ "test_frozenset_field_conversion", "FrozenSetModel" ] ], [ "tests/test_types.py", [ "test_frozenset_field_not_convertible", "FrozenSetModel" ] ] ], "DequeModel1": [ [ "tests/test_types.py", [ "test_deque_any_maxlen", "DequeModel1" ] ], [ "tests/test_types.py", [ "test_deque_typed_maxlen", "DequeModel1" ] ], [ "tests/test_types.py", [ "test_deque_set_maxlen", "DequeModel1" ] ] ], "DequeModel2": [ [ "tests/test_types.py", [ "test_deque_any_maxlen", "DequeModel2" ] ], [ "tests/test_types.py", [ "test_deque_typed_maxlen", "DequeModel2" ] ], [ "tests/test_types.py", [ "test_deque_set_maxlen", "DequeModel2" ] ] ], "DequeModel3": [ [ "tests/test_types.py", [ "test_deque_any_maxlen", "DequeModel3" ] ], [ "tests/test_types.py", [ "test_deque_typed_maxlen", "DequeModel3" ] ], [ "tests/test_types.py", [ "test_deque_set_maxlen", "DequeModel3" ] ] ], "DequeModel4": [ [ "tests/test_types.py", [ "test_deque_set_maxlen", "DequeModel4" ] ] ], "DequeModel5": [ [ "tests/test_types.py", [ "test_deque_set_maxlen", "DequeModel5" ] ] ], "DefaultModel": [ [ "tests/test_types.py", [ "test_default_union_types", "DefaultModel" ] ], [ "tests/test_types.py", [ "test_default_union_types_left_to_right", "DefaultModel" ] ] ], "BinaryEnum": [ [ "tests/test_types.py", [ "test_union_enum_int_left_to_right", "BinaryEnum" ] ] ], "Dict1": [ [ "tests/test_types.py", [ "test_union_typeddict", "Dict1" ] ] ], "Dict2": [ [ "tests/test_types.py", [ "test_union_typeddict", "Dict2" ] ] ], "MyList": [ [ "tests/test_types.py", [ "test_sequence_subclass_without_core_schema", "MyList" ] ], [ "tests/test_types.py", [ "test_defaultdict_explicit_default_factory", "MyList" ] ], [ "tests/test_types.py", [ "test_defaultdict_default_factory_preserved", "MyList" ] ], [ "tests/test_types.py", [ "test_instance_of_annotation", "MyList" ] ] ], "PdDecimal": [ [ "tests/test_types.py", [ "test_handle_3rd_party_custom_type_reusing_known_metadata", "PdDecimal" ] ] ], "PdDecimalMarker": [ [ "tests/test_types.py", [ "test_handle_3rd_party_custom_type_reusing_known_metadata", "PdDecimalMarker" ] ] ], "LowercaseStr": [ [ "tests/test_types.py", [ "test_transform_schema_for_first_party_class", "LowercaseStr" ] ] ], "_IntWrapperAnnotation": [ [ "tests/test_types.py", [ "test_transform_schema_for_third_party_class", "_IntWrapperAnnotation" ] ] ], "MyClass": [ [ "tests/test_types.py", [ "test_instanceof_invalid_core_schema", "MyClass" ] ] ], "SubInner": [ [ "tests/test_types.py", [ "test_instanceof_serialization", "SubInner" ] ] ], "OuterStandard": [ [ "tests/test_types.py", [ "test_instanceof_serialization", "OuterStandard" ] ] ], "OuterAsAny": [ [ "tests/test_types.py", [ "test_instanceof_serialization", "OuterAsAny" ] ] ], "Position1": [ [ "tests/test_types_namedtuple.py", [ "test_namedtuple_schema", "Position1" ] ] ], "Point": [ [ "tests/test_types_namedtuple.py", [ "test_namedtuple_right_length", "Point" ] ], [ "tests/test_validators.py", [ "test_v1_validator_deprecated", "with_pytest_warns_Pydanti", "Point" ] ] ], "MyNamedTuple": [ [ "tests/test_types_namedtuple.py", [ "test_recursive_namedtuple", "MyNamedTuple" ] ], [ "tests/test_types_namedtuple.py", [ "test_recursive_generic_namedtuple", "MyNamedTuple" ] ], [ "tests/test_validators.py", [ "test_custom_type_field_name_named_tuple", "MyNamedTuple" ] ] ], "NT": [ [ "tests/test_types_namedtuple.py", [ "test_namedtuple_defaults", "NT" ] ] ], "PaymentCard": [ [ "tests/test_types_payment_card_number.py", [ "payment_card_model_fixture", "PaymentCard" ] ] ], "TestTypedDict": [ [ "tests/test_types_typeddict.py", [ "fixture_typed_dict", "TestTypedDict" ] ] ], "TD": [ [ "tests/test_types_typeddict.py", [ "test_typeddict", "TD" ] ] ], "FullMovie": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_non_total", "FullMovie" ] ] ], "PartialMovie": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_non_total", "PartialMovie" ] ] ], "Model_3": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_non_total", "Model_3" ] ] ], "OptionalUser": [ [ "tests/test_types_typeddict.py", [ "test_partial_new_typeddict", "OptionalUser" ] ] ], "UserExtraAllow": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_extra_default", "UserExtraAllow" ] ] ], "UserExtraForbid": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_extra_default", "UserExtraForbid" ] ] ], "DataTD": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_schema", "DataTD" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_postponed_annotation", "DataTD" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_required", "DataTD" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_not_required_schema", "DataTD" ] ], [ "tests/test_types_typeddict.py", [ "test_typed_dict_inheritance_schema", "DataTD" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_annotated_nonoptional_schema", "DataTD" ] ], [ "tests/test_types_typeddict.py", [ "test_typeddict_annotated", "DataTD" ] ] ], "CustomTD": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_schema", "CustomTD" ] ] ], "UserCls": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_from_attributes", "UserCls" ] ] ], "FromAttributesCls": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_from_attributes", "FromAttributesCls" ] ] ], "FromAttributesModel": [ [ "tests/test_types_typeddict.py", [ "test_typeddict_from_attributes", "FromAttributesModel" ] ] ], "DataTDBase": [ [ "tests/test_types_typeddict.py", [ "test_typed_dict_inheritance_schema", "DataTDBase" ] ] ], "RecursiveTypedDict": [ [ "tests/test_types_typeddict.py", [ "test_recursive_typeddict", "RecursiveTypedDict" ] ] ], "RecursiveTypedDictModel": [ [ "tests/test_types_typeddict.py", [ "test_recursive_typeddict", "RecursiveTypedDictModel" ] ] ], "GenericTypedDict": [ [ "tests/test_types_typeddict.py", [ "test_generic_typeddict_in_concrete_model", "GenericTypedDict" ] ], [ "tests/test_types_typeddict.py", [ "test_generic_typeddict_in_generic_model", "GenericTypedDict" ] ] ], "RecursiveGenTypedDictModel": [ [ "tests/test_types_typeddict.py", [ "test_recursive_generic_typeddict_in_module", "module", "RecursiveGenTypedDictModel" ] ], [ "tests/test_types_typeddict.py", [ "test_recursive_generic_typeddict_in_function_1", "RecursiveGenTypedDictModel" ] ], [ "tests/test_types_typeddict.py", [ "test_recursive_generic_typeddict_in_function_2", "RecursiveGenTypedDictModel" ] ], [ "tests/test_types_typeddict.py", [ "test_recursive_generic_typeddict_in_function_3", "RecursiveGenTypedDictModel" ] ] ], "RecursiveGenTypedDict": [ [ "tests/test_types_typeddict.py", [ "test_recursive_generic_typeddict_in_module", "module", "RecursiveGenTypedDict" ] ], [ "tests/test_types_typeddict.py", [ "test_recursive_generic_typeddict_in_function_1", "RecursiveGenTypedDict" ] ], [ "tests/test_types_typeddict.py", [ "test_recursive_generic_typeddict_in_function_2", "RecursiveGenTypedDict" ] ], [ "tests/test_types_typeddict.py", [ "test_recursive_generic_typeddict_in_function_3", "RecursiveGenTypedDict" ] ] ], "MyMiddleTypedDict": [ [ "tests/test_types_typeddict.py", [ "test_grandparent_config", "MyMiddleTypedDict" ] ] ], "MySubTypedDict": [ [ "tests/test_types_typeddict.py", [ "test_grandparent_config", "MySubTypedDict" ] ] ], "Employee": [ [ "tests/test_typing.py", [ "test_is_namedtuple", "Employee" ] ] ], "Other": [ [ "tests/test_typing.py", [ "test_is_namedtuple", "Other" ] ] ], "MockedFrame": [ [ "tests/test_typing.py", [ "test_parent_frame_namespace", "MockedFrame" ] ] ], "LoggedVar": [ [ "tests/test_utils.py", [ "LoggedVar" ] ] ], "MyTestModel": [ [ "tests/test_utils.py", [ "test_pretty", "MyTestModel" ] ], [ "tests/test_utils.py", [ "test_devtools_output", "MyTestModel" ] ] ], "RaiseOnBooleanOperation": [ [ "tests/test_utils.py", [ "test_smart_deepcopy_error", "RaiseOnBooleanOperation" ] ] ], "Class": [ [ "tests/test_validate_call.py", [ "test_do_not_call_repr_on_validate_call", "Class" ] ] ], "ClassWithSlots": [ [ "tests/test_validate_call.py", [ "test_validate_call_with_slots", "ClassWithSlots" ] ] ], "ModelOne": [ [ "tests/test_validators.py", [ "test_validating_assignment_values_dict", "ModelOne" ] ] ], "Child2": [ [ "tests/test_validators.py", [ "test_root_validator_subclass", "Child2" ] ] ], "Child3": [ [ "tests/test_validators.py", [ "test_root_validator_subclass", "Child3" ] ] ], "MyDc": [ [ "tests/test_validators.py", [ "test_custom_type_field_name_dataclass", "MyDc" ] ] ] }