1
0
forked from VimPlug/jedi
This commit is contained in:
Eric Masseran
2025-03-17 19:48:42 +01:00
parent 7dcb944b05
commit bd1edfce78
2 changed files with 9 additions and 3 deletions

View File

@@ -593,8 +593,9 @@ def _random_choice(sequences):
def _dataclass(value, arguments, callback):
"""
dataclass decorator can be called 2 times with different arguments. One to
customize it dataclass(eq=True) and another one with the class to
transform.
customize it dataclass(eq=True) and another one with the class to transform.
It supports dataclass, dataclass_transform and attrs.
"""
for c in _follow_param(value.inference_state, arguments, 0):
if c.is_class():