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