--- a/Utilities/ClassBrowsers/pyclbr.py Sat Feb 23 19:11:05 2019 +0100 +++ b/Utilities/ClassBrowsers/pyclbr.py Sat Feb 23 22:03:27 2019 +0100 @@ -31,11 +31,13 @@ _getnext = re.compile( r""" (?P<String> - \""" [^"\\]* (?: + \#[^\n]*$ # Ignore triple quotes in comments + | + \""" [^"\\]* (?: (?: \\. | "(?!"") ) [^"\\]* )* - \""" + \""" | ''' [^'\\]* (?: (?: \\. | '(?!'') )