Utilities/ClassBrowsers/rbclbr.py

changeset 4435
9f6555d3c3c0
parent 4021
195a471c327b
child 4631
5c1a96925da4
equal deleted inserted replaced
4434:8ba11cf46483 4435:9f6555d3c3c0
155 (?: 155 (?:
156 end [ \t]* $ 156 end [ \t]* $
157 | 157 |
158 end \b [^_] 158 end \b [^_]
159 ) 159 )
160 ) 160 )""",
161 """, re.VERBOSE | re.DOTALL | re.MULTILINE).search # __IGNORE_WARNING__ 161 re.VERBOSE | re.DOTALL | re.MULTILINE).search
162 162
163 _commentsub = re.compile(r"""#[^\n]*\n|#[^\n]*$""").sub 163 _commentsub = re.compile(r"""#[^\n]*\n|#[^\n]*$""").sub
164 164
165 _modules = {} # cache of modules we've seen 165 _modules = {} # cache of modules we've seen
166 166

eric ide

mercurial