1
0
forked from VimPlug/jedi

var_args -> arguments

This commit is contained in:
Dave Halter
2019-09-02 19:48:17 +02:00
parent e97bb1d2e5
commit 06890203dd
7 changed files with 33 additions and 36 deletions

View File

@@ -46,10 +46,6 @@ class ExecutedParamName(ParamName):
matches, argument_values, annotations, color='BLUE')
return matches
@property
def var_args(self):
return self.arguments
def __repr__(self):
return '<%s: %s>' % (self.__class__.__name__, self.string_name)