forked from VimPlug/jedi
Some more value -> context renames
This commit is contained in:
@@ -254,10 +254,10 @@ class Completion:
|
||||
|
||||
def _trailer_completions(self, previous_leaf):
|
||||
user_value = get_user_context(self._module_context, self._position)
|
||||
inferred_value = self._inference_state.create_context(
|
||||
inferred_context = self._inference_state.create_context(
|
||||
self._module_context, previous_leaf
|
||||
)
|
||||
values = infer_call_of_leaf(inferred_value, previous_leaf)
|
||||
values = infer_call_of_leaf(inferred_context, previous_leaf)
|
||||
completion_names = []
|
||||
debug.dbg('trailer completion values: %s', values, color='MAGENTA')
|
||||
for value in values:
|
||||
|
||||
Reference in New Issue
Block a user