Eugene Yurtsev
844955d6e1
community[patch]: assign missed default ( #26326 )
...
Assigning missed defaults in various classes. Most clients were being
assigned during the `model_validator(mode="before")` step, so this
change should amount to a no-op in those cases.
---
This PR was autogenerated using gritql
```shell
grit apply 'class_definition(name=$C, $body, superclasses=$S) where {
$C <: ! "Config", // Does not work in this scope, but works after class_definition
$body <: block($statements),
$statements <: some bubble assignment(left=$x, right=$y, type=$t) as $A where {
or {
$y <: `Field($z)`,
$x <: "model_config"
}
},
// And has either Any or Optional fields without a default
$statements <: some bubble assignment(left=$x, right=$y, type=$t) as $A where {
$t <: or {
r"Optional.*",
r"Any",
r"Union[None, .*]",
r"Union[.*, None, .*]",
r"Union[.*, None]",
},
$y <: ., // Match empty node
$t => `$t = None`,
},
}
' --language python .
```
2024-09-11 11:13:11 -04:00
..
2024-08-14 09:50:39 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 15:05:00 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-07-18 02:09:39 +00:00
2024-09-11 11:13:11 -04:00
2024-07-08 16:09:29 -04:00
2024-09-11 11:13:11 -04:00
2024-09-09 17:27:00 -07:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-10 18:15:39 -04:00
2024-09-10 18:15:39 -04:00
2024-09-11 11:13:11 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-08-08 14:43:09 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-10 17:32:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-10 17:32:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-07-08 16:09:29 -04:00
2024-07-08 16:09:29 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-11 11:13:11 -04:00
2024-09-10 17:32:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-09-11 11:13:11 -04:00
2024-09-11 11:13:11 -04:00
2024-09-11 11:13:11 -04:00
2024-09-11 11:13:11 -04:00
2024-09-05 14:07:10 -04:00
2024-08-29 01:41:43 +00:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00
2024-09-05 14:07:10 -04:00