Handle class aliases (like `class Foo: factory = dict`) better in autodoc.

This commit is contained in:
Georg Brandl
2008-12-25 21:50:45 +01:00
parent b80d874126
commit 0a1b821c7f
2 changed files with 33 additions and 15 deletions

View File

@@ -420,3 +420,5 @@ class Outer(object):
def meth(self):
"""Foo"""
factory = dict