This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients
Date 2006-12-09.17:38:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If I define a class within a class, like this:

class A:
    class B:
        pass
    
    def foo(self):
        pass

The class browser shows that A contains foo, but it doesn't show B at all.
History
Date User Action Args
2007-08-23 14:50:37adminlinkissue1612262 messages
2007-08-23 14:50:37admincreate