Add comment.

This commit is contained in:
Georg Brandl 2008-12-29 20:39:14 +01:00
parent bb2f9b67d8
commit f4cff4371e

View File

@ -74,6 +74,7 @@ class ClassAttrVisitor(pytree.NodeVisitor):
self.collected.append((name, doc))
def visit_funcdef(self, node):
# don't descend into functions -- nothing interesting there
return