forked from VimPlug/jedi
Context -> Value
This commit is contained in:
@@ -3,10 +3,10 @@ Decorators are not really values, however we need some wrappers to improve
|
||||
docstrings and other things around decorators.
|
||||
'''
|
||||
|
||||
from jedi.inference.base_value import ContextWrapper
|
||||
from jedi.inference.base_value import ValueWrapper
|
||||
|
||||
|
||||
class Decoratee(ContextWrapper):
|
||||
class Decoratee(ValueWrapper):
|
||||
def __init__(self, wrapped_value, original_value):
|
||||
self._wrapped_value = wrapped_value
|
||||
self._original_value = original_value
|
||||
|
||||
Reference in New Issue
Block a user