Message 171544 - Python tracker

Message171544

Author xdegaye
Recipients chris.jerdonek, eric.araujo, ezio.melotti, xdegaye
Date 2012-09-28.20:49:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348865370.4.0.0726724696647.issue16079@psf.upfronthosting.co.za>
In-reply-to
Content
Using the python class browser (pyclbr.py) in conjunction with the
search for duplicates in the module code object would allow to
restrict the listing of duplicates to functions and methods or even
just to methods (depending on the feature requirements), without
listing the duplicate classes and duplicate nested functions. With
an associated performance cost.
History
Date User Action Args
2012-09-28 20:49:30xdegayesetrecipients: + xdegaye, ezio.melotti, eric.araujo, chris.jerdonek
2012-09-28 20:49:30xdegayesetmessageid: <1348865370.4.0.0726724696647.issue16079@psf.upfronthosting.co.za>
2012-09-28 20:49:30xdegayelinkissue16079 messages
2012-09-28 20:49:30xdegayecreate