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