mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
pyfuzzyparser -> parser
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import pyfuzzyparser
|
||||
import parsing
|
||||
|
||||
def complete(source, row, colum, file_callback=None):
|
||||
"""
|
||||
@@ -13,4 +13,5 @@ def complete(source, row, colum, file_callback=None):
|
||||
:return: list
|
||||
:rtype: list
|
||||
"""
|
||||
p = parsing.PyFuzzyParser(source, row)
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user