402
394
for fname, text in self.get_source_file_contents(
404
396
known_classes = set([m[-1] for m in class_re.findall(text)])
406
397
cdefs = except_re.findall(text)
407
398
for sig, func, exc_clause, no_exc_comment in cdefs:
408
399
if sig.startswith('api '):