MCPcopy Create free account
hub / github.com/pydantic/pydantic-settings / NotModel

Class NotModel

tests/test_source_cli.py:1474–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1472 assert get_subcommand(get_subcommand(git), is_required=False) == git.plugins.bar
1473
1474 class NotModel: ...
1475
1476 with pytest.raises(
1477 SettingsError, match='Error: NotModel is not subclass of BaseModel or pydantic.dataclasses.dataclass'

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…