mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Add frozen_default to dataclass_transform (#9756)
This commit is contained in:
@@ -226,6 +226,7 @@ else:
|
||||
eq_default: bool = True,
|
||||
order_default: bool = False,
|
||||
kw_only_default: bool = False,
|
||||
frozen_default: bool = False,
|
||||
field_specifiers: tuple[type[Any] | Callable[..., Any], ...] = ...,
|
||||
**kwargs: object,
|
||||
) -> IdentityFunction: ...
|
||||
|
||||
Reference in New Issue
Block a user