mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
todo updates.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
"""
|
||||
TODO This whole module is crap (especially since the new parser) and needs to be rewritten.
|
||||
""" #
|
||||
import inspect
|
||||
import re
|
||||
|
||||
|
||||
@@ -70,7 +70,6 @@ class ImportWrapper(pr.Base):
|
||||
|
||||
self._import = name.get_parent_until(pr.Import)
|
||||
self.import_path = self._import.path_for_name(name)
|
||||
self.is_like_search = False # TODO REMOVE
|
||||
|
||||
def completion_names(self):
|
||||
# The import path needs to be reduced by one, because we're completing.
|
||||
|
||||
Reference in New Issue
Block a user