1
0
forked from VimPlug/jedi

Support init=False for dataclass_transform

This commit is contained in:
Eric Masseran
2025-03-15 16:00:51 +01:00
parent 77cf382a1b
commit 8912a35502
3 changed files with 95 additions and 37 deletions

View File

@@ -615,8 +615,7 @@ def _dataclass(value, arguments, callback):
return ValueSet(
[
DataclassDecorator(
value._wrapped_value,
value._overloaded_functions,
value,
arguments=arguments,
)
]