1
0
forked from VimPlug/jedi

Fix some bugs of the last few commits

This commit is contained in:
Dave Halter
2018-12-22 22:08:54 +01:00
parent 1065768c77
commit 24174632d4
4 changed files with 13 additions and 6 deletions
+4
View File
@@ -308,6 +308,10 @@ class TreeArgumentsWrapper(_AbstractArgumentsMixin):
def __init__(self, arguments):
self._wrapped_arguments = arguments
@property
def context(self):
return self._wrapped_arguments.context
@property
def argument_node(self):
return self._wrapped_arguments.argument_node