forked from VimPlug/jedi
tests for import completions and a following follow_definition call
This commit is contained in:
@@ -527,6 +527,7 @@ class Definition(BaseDefinition):
|
||||
position = '' if self.in_builtin_module else '@%s' % (self.line)
|
||||
return "%s:%s%s" % (self.module_name, self.description, position)
|
||||
|
||||
@cache.underscore_memoization
|
||||
def defined_names(self):
|
||||
"""
|
||||
List sub-definitions (e.g., methods in class).
|
||||
|
||||
Reference in New Issue
Block a user