forked from VimPlug/jedi
remove get_set_vars completely from existance
This commit is contained in:
@@ -191,7 +191,7 @@ class Parser(object):
|
||||
param.add_annotation(annotation)
|
||||
|
||||
# params without vars are usually syntax errors.
|
||||
if param and (param.get_set_vars()):
|
||||
if param and (param.get_defined_names()):
|
||||
param.position_nr = pos
|
||||
names.append(param)
|
||||
pos += 1
|
||||
|
||||
Reference in New Issue
Block a user