src/eric7/Utilities/ClassBrowsers/pyclbr.py

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

eric ide

mercurial