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