MCPcopy
hub / github.com/pydantic/pydantic / error_invalid_config_value

Function error_invalid_config_value

pydantic/v1/mypy.py:798–799  ·  view source on GitHub ↗
(name: str, api: SemanticAnalyzerPluginInterface, context: Context)

Source from the content-addressed store, hash-verified

796
797
798def error_invalid_config_value(name: str, api: SemanticAnalyzerPluginInterface, context: Context) -> None:
799 api.fail(f'Invalid value for "Config.{name}"', context, code=ERROR_CONFIG)
800
801
802def error_required_dynamic_aliases(api: SemanticAnalyzerPluginInterface, context: Context) -> None:

Callers 1

get_config_updateMethod · 0.70

Calls 1

failMethod · 0.80

Tested by

no test coverage detected