src/eric7/Utilities/ModuleParser.py

branch
eric7
changeset 10468
fcae57045733
parent 10439
21c28b0f9e41
child 10471
28d4780d6a66
equal deleted inserted replaced
10467:b3929f6748ae 10468:fcae57045733
189 189
190 | (?P<TypedVariable> 190 | (?P<TypedVariable>
191 ^ 191 ^
192 (?P<TypedVariableIndent> [ \t]* ) 192 (?P<TypedVariableIndent> [ \t]* )
193 (?P<TypedVariableName> \w+ ) 193 (?P<TypedVariableName> \w+ )
194 [ \t]* : 194 [ \t]* : [^\r\n]*? =
195 ) 195 )
196 196
197 | (?P<Main> 197 | (?P<Main>
198 ^ 198 ^
199 if \s+ __name__ \s* == \s* [^:]+ : $ 199 if \s+ __name__ \s* == \s* [^:]+ : $

eric ide

mercurial