src/eric7/Utilities/ModuleParser.py

branch
eric7
changeset 10471
28d4780d6a66
parent 10468
fcae57045733
child 10477
11b5d533e4a2
--- a/src/eric7/Utilities/ModuleParser.py	Wed Jan 03 12:05:03 2024 +0100
+++ b/src/eric7/Utilities/ModuleParser.py	Wed Jan 03 12:10:46 2024 +0100
@@ -191,7 +191,7 @@
         ^
         (?P<TypedVariableIndent> [ \t]* )
         (?P<TypedVariableName> \w+ )
-        [ \t]* : [^\r\n]*? =
+        [ \t]* :
     )
 
 |   (?P<Main>

eric ide

mercurial