eric6/UI/PythonDisViewer.py

changeset 7732
4c9cf117acf6
parent 7714
79bde78e3e16
child 7771
787a6b3f8c9f
--- a/eric6/UI/PythonDisViewer.py	Thu Oct 01 17:39:16 2020 +0200
+++ b/eric6/UI/PythonDisViewer.py	Thu Oct 01 17:46:14 2020 +0200
@@ -436,6 +436,8 @@
         except AttributeError:
             # does not exist prior to 3.8.0
             codeInfoDict["posonlyargcount"] = 0
+        
+        return codeInfoDict
     
     def __loadDIS(self):
         """

eric ide

mercurial