Ask a question to get started
Enter to send•Shift+Enter new line
Try to determine if a value is different from the default.
try_neq_default( value: Any, key: str, model: BaseModel, ) -> bool
value
Any
The value.
key
str
The key.
model
BaseModel
The Pydantic model.