src/eric7/Utilities/ClassBrowsers/pyclbr.py

branch
eric7
changeset 10471
28d4780d6a66
parent 10468
fcae57045733
child 10477
11b5d533e4a2
equal deleted inserted replaced
10470:cd7bfd539ac9 10471:28d4780d6a66
110 110
111 | (?P<TypedVariable> 111 | (?P<TypedVariable>
112 ^ 112 ^
113 (?P<TypedVariableIndent> [ \t]* ) 113 (?P<TypedVariableIndent> [ \t]* )
114 (?P<TypedVariableName> \w+ ) 114 (?P<TypedVariableName> \w+ )
115 [ \t]* : [^\r\n]*? = 115 [ \t]* :
116 ) 116 )
117 117
118 | (?P<Main> 118 | (?P<Main>
119 ^ 119 ^
120 if \s+ __name__ \s* == \s* [^:]+ : $ 120 if \s+ __name__ \s* == \s* [^:]+ : $

eric ide

mercurial