mirror of
https://github.com/davidhalter/jedi.git
synced 2026-09-22 15:43:14 +08:00
Fix properties.
This commit is contained in:
@@ -59,7 +59,7 @@ class TreeNameDefinition(ContextName):
|
||||
def infer(self):
|
||||
# Refactor this, should probably be here.
|
||||
from jedi.evaluate.finder import _name_to_types
|
||||
return _name_to_types(self.parent_context.evaluator, self.parent_context, self.tree_name, None)
|
||||
return _name_to_types(self.parent_context.evaluator, self.parent_context, self.tree_name)
|
||||
|
||||
|
||||
class ParamName(ContextName):
|
||||
|
||||
Reference in New Issue
Block a user