mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-25 02:37:14 +08:00
same_name_completions -> _same_name_completions, #97
This commit is contained in:
@@ -165,7 +165,7 @@ class Completion(BaseDefinition):
|
||||
|
||||
# Completion objects with the same Completion name (which means
|
||||
# duplicate items in the completion)
|
||||
self.same_name_completions = []
|
||||
self._same_name_completions = []
|
||||
|
||||
self._followed_definitions = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user