1
0
forked from VimPlug/jedi

Fix some stuff list.append stuff combined with functions executions.

This commit is contained in:
Dave Halter
2014-12-10 01:58:04 +01:00
parent 5ed914ea21
commit e429144979
2 changed files with 18 additions and 14 deletions
+3
View File
@@ -654,6 +654,9 @@ class FunctionExecution(Executed):
def param_by_name(self, name):
return [n for n in self._get_params() if str(n) == name][0]
def name_for_position(self, position):
return pr.Function.name_for_position(self, position)
def get_defined_names(self):
"""
Call the default method with the own instance (self implements all