[ python-Bugs-1612262 ] Class Browser doesn't show internal classes
SourceForge.net
noreply at sourceforge.net
Fri Dec 15 07:54:11 CET 2006
Bugs item #1612262, was opened at 2006-12-09 12:38
Message generated for change (Settings changed) made by kbk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1612262&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: IDLE
>Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tal Einat (taleinat)
Assigned to: Nobody/Anonymous (nobody)
Summary: Class Browser doesn't show internal classes
Initial Comment:
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.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1612262&group_id=5470
More information about the Python-bugs-list
mailing list