-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Python- Class variables and Global Variables in Procedural Files are captured in every function #32
Comments
This is the current output:
|
Actually, it's a feature for analyzing the call graph within a function. |
Apolgoies for delayed response. understood then can we not have differentiation between local and instance and global variables in function to make it easy to distinguish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example:
Class variable is captured as part of all functions of class duplicated instead of being in Fields in Node.
This also happens with procedural nodes of chapi where global variables are not captured in fields but instead in all the functions.
So it should not be captured as part of any function instead should be part of fields in any case be if of type class or none(procedure).
Let me know your thoughts.
The text was updated successfully, but these errors were encountered: