3057:10516539f238 | 3058:0a02c433f52d |
---|---|
26 | 26 |
27 TABWIDTH = 4 | 27 TABWIDTH = 4 |
28 | 28 |
29 SUPPORTED_TYPES = [ClassBrowsers.PY_SOURCE, ClassBrowsers.PTL_SOURCE] | 29 SUPPORTED_TYPES = [ClassBrowsers.PY_SOURCE, ClassBrowsers.PTL_SOURCE] |
30 | 30 |
31 _getnext = re.compile(r""" | 31 _getnext = re.compile( |
32 r""" | |
32 (?P<String> | 33 (?P<String> |
33 \""" [^"\\]* (?: | 34 \""" [^"\\]* (?: |
34 (?: \\. | "(?!"") ) | 35 (?: \\. | "(?!"") ) |
35 [^"\\]* | 36 [^"\\]* |
36 )* | 37 )* |