mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +08:00
Taking a stab at simple *args and generators.
This commit is contained in:
@@ -68,7 +68,7 @@ class ParamName(ContextName):
|
||||
self.name = name
|
||||
|
||||
def infer(self):
|
||||
return self._get_param().infer(self.parent_context._evaluator)
|
||||
return self._get_param().infer()
|
||||
|
||||
def _get_param(self):
|
||||
params = self.parent_context.get_params()
|
||||
|
||||
Reference in New Issue
Block a user