forked from VimPlug/jedi
Small changes to adapt oto the new param structure.
This commit is contained in:
@@ -119,7 +119,6 @@ class ExecutedParam(pr.Param):
|
||||
setattr(instance, name, getattr(param, name))
|
||||
|
||||
instance.original_param = param
|
||||
instance.is_generated = True
|
||||
instance.parent = parent
|
||||
instance.var_args = var_args
|
||||
return instance
|
||||
@@ -133,6 +132,10 @@ class ExecutedParam(pr.Param):
|
||||
types.append(v)
|
||||
return types
|
||||
|
||||
@property
|
||||
def position_nr(self):
|
||||
return self.original_param.position_nr
|
||||
|
||||
|
||||
def _get_calling_var_args(evaluator, var_args):
|
||||
old_var_args = None
|
||||
|
||||
Reference in New Issue
Block a user