mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-07 00:11:54 +08:00
Trying to get dyanmic params working.
This commit is contained in:
@@ -72,7 +72,7 @@ class ParamName(ContextName):
|
||||
|
||||
def _get_param(self):
|
||||
params = self.parent_context.get_params()
|
||||
return [p for p in params if p.string_name == self.string_name][0]
|
||||
return params[self.name.parent.position_nr]
|
||||
|
||||
|
||||
class AbstractFilter(object):
|
||||
|
||||
Reference in New Issue
Block a user