forked from VimPlug/jedi
Some code cleanups
This commit is contained in:
@@ -8,7 +8,7 @@ from jedi.inference.base_value import ValueWrapper
|
||||
|
||||
class Decoratee(ValueWrapper):
|
||||
def __init__(self, wrapped_value, original_value):
|
||||
self._wrapped_value = wrapped_value
|
||||
super(Decoratee, self).__init__(wrapped_value)
|
||||
self._original_value = original_value
|
||||
|
||||
def py__doc__(self):
|
||||
|
||||
Reference in New Issue
Block a user