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 |