1
0
forked from VimPlug/jedi

Fix dataclass decorator other parameters

This commit is contained in:
Eric Masseran
2025-03-18 00:42:58 +01:00
parent 999332ef77
commit a3fd90d734
2 changed files with 36 additions and 5 deletions

View File

@@ -613,6 +613,9 @@ def _dataclass(value, arguments, callback):
# The decorator function from dataclass_transform acting as the
# dataclass decorator.
and not isinstance(value, Decoratee)
# The decorator function from dataclass_transform acting as the
# dataclass decorator with customized parameters
and not isinstance(value, DataclassDecorator)
)
return ValueSet(