mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-06 23:47:43 +08:00
Fix Definition.get_definitions
This commit is contained in:
@@ -364,7 +364,7 @@ class Definition(BaseDefinition):
|
||||
|
||||
:rtype: list of Definition
|
||||
"""
|
||||
return get_definitions(self._parser.scope)
|
||||
return get_definitions(self.definition)
|
||||
|
||||
|
||||
def get_definitions(scope):
|
||||
|
||||
Reference in New Issue
Block a user