402
390
for fname, text in self.get_source_file_contents(
406
393
cdefs = except_re.findall(text)
407
394
for sig, func, exc_clause, no_exc_comment in cdefs:
410
395
if not sig or sig in known_classes:
414
397
if exc_clause and no_exc_comment:
415
398
both_exc_and_no_exc.append((fname, func))
416
399
if sig != 'object' and not (exc_clause or no_exc_comment):