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 <[email protected]>
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: <[email protected]>
2019-09-28 17:26:30avirallinkissue38307 messages
2019-09-28 17:26:30aviralcreate