eric7/JediInterface/JediClient.py

branch
eric7
changeset 8609
fd6b68a0a2df
parent 8606
dd9bf9841c50
child 8666
3a62b4009df9
diff -r 4d4d2ec95dd4 -r fd6b68a0a2df eric7/JediInterface/JediClient.py
--- a/eric7/JediInterface/JediClient.py	Wed Sep 15 19:57:41 2021 +0200
+++ b/eric7/JediInterface/JediClient.py	Thu Sep 16 19:23:07 2021 +0200
@@ -332,9 +332,6 @@
                 line, index, follow_imports=True, follow_builtin_imports=True)
             for assignment in assignments:
                 if bool(assignment.module_path):
-                    # TODO: call __getReferences if
-                    #       assignment.module_path == filename and
-                    #       assignment.line == line
                     gotoDefinition = {
                         'ModulePath': str(assignment.module_path),
                         'Line': (0 if assignment.line is None else

eric ide

mercurial