1
0
forked from VimPlug/jedi

position_nr -> position_index

This commit is contained in:
Dave Halter
2017-04-30 14:12:30 +02:00
parent 2383f5c0a0
commit 0f1570f682
3 changed files with 9 additions and 8 deletions

View File

@@ -222,11 +222,6 @@ class ExecutedParam(object):
return self._lazy_context.infer()
@property
def position_nr(self):
# Need to use the original logic here, because it uses the parent.
return self._param_node.position_nr
@property
def var_args(self):
return self._execution_context.var_args