forked from VimPlug/jedi
A few renames for readability in the api/completion.py file
This commit is contained in:
@@ -8,8 +8,8 @@ from jedi.inference.helpers import get_str_or_none
|
||||
from jedi.parser_utils import get_string_quote
|
||||
|
||||
|
||||
def file_name_completions(inference_state, module_context, start_leaf, string,
|
||||
like_name, call_signatures_callback, code_lines, position, fuzzy):
|
||||
def complete_file_name(inference_state, module_context, start_leaf, string,
|
||||
like_name, call_signatures_callback, code_lines, position, fuzzy):
|
||||
# First we want to find out what can actually be changed as a name.
|
||||
like_name_length = len(os.path.basename(string) + like_name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user