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 aviral
Recipients aviral
Date 2019-09-28.17:26:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569691590.29.0.185701662636.issue38307@roundup.psfhosted.org>
In-reply-to
Content
Currently, the `readmodule` returns the starting line of the classes but not the end line. This should be provided as well in order to get the scope of the class, mainly to help check what all imports were used in a class.
History
Date User Action Args
2019-09-28 17:26:30aviralsetrecipients: + aviral
2019-09-28 17:26:30aviralsetmessageid: <1569691590.29.0.185701662636.issue38307@roundup.psfhosted.org>
2019-09-28 17:26:30avirallinkissue38307 messages
2019-09-28 17:26:30aviralcreate