Menu

#257 parser should distinguish nested classes from class vars

v3.0
open
5
2008-02-18
2008-02-18
No

For the following code, epydoc concludes that class "B" has a nested class "x"; it shouldn't make that conclusion. Parse information should be sufficient to distinguish "real" nested classes from variables/aliases like this.

class A: pass
class B: x = A

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.