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 kebab-mai-haddi
Recipients aviral, brandtbucher, kebab-mai-haddi, steven.daprano, terry.reedy
Date 2021-01-27.22:57:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611788274.22.0.340774166183.issue38307@roundup.psfhosted.org>
In-reply-to
Content
Hey Terry, thanks for commenting. I have a few questions to ask you, please pardon my lack of awareness.

>This requieres end lines and having it be an attribute is easier and more accurate than recalculating it.

How do you recalculate the end_lineno?


Since all the objects that _start_, have an _end_ too, would `end_lineno=None` make any sense?


I could not make anything out of your third point where you mention `readline` and `readline_ex`. Can you explain that point?


>I posted "What is the pyclbr public API" to pydev asking about this issue.

Can you share the link of your post?


As for my use case, I need the scope of a class and a function in the new tool that I am developing. My tool is to generate a new type of UML diagrams for a given codebase. Do check it out and leave your critical feedback: https://github.com/kebab-mai-haddi/gruml

I need to know about the scope (start and end) so that I can deduce whether the "used_at" attribute of an object is within a class. This will help me deduce whether a particular class (or a function) uses any imported object. This is to deduce the dependency of a class on other classes and functions.

Currently, I have to edit the pyclbr and make it custom, then, had to Dockerize the whole thing. So, want to contribute to `cpython` so that this feature is present at the source itself.
History
Date User Action Args
2021-01-27 22:57:54kebab-mai-haddisetrecipients: + kebab-mai-haddi, terry.reedy, steven.daprano, brandtbucher, aviral
2021-01-27 22:57:54kebab-mai-haddisetmessageid: <1611788274.22.0.340774166183.issue38307@roundup.psfhosted.org>
2021-01-27 22:57:54kebab-mai-haddilinkissue38307 messages
2021-01-27 22:57:53kebab-mai-haddicreate