1
0
forked from VimPlug/jedi

Fix the of a signature with a decorator

This commit is contained in:
Dave Halter
2020-06-27 00:32:17 +02:00
parent 9a54e583e7
commit bc23458164
2 changed files with 5 additions and 1 deletions

View File

@@ -19,3 +19,7 @@ class Decoratee(ValueWrapper):
Decoratee(v, self._original_value)
for v in self._wrapped_value.py__get__(instance, class_value)
)
@property
def name(self):
return self._original_value.name