You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After checking code and paper, I see that this project utilizes AST for analysis. Given Python's dynamic typing nature, it will be good to know how your code does this analysis. Could you kindly elaborate on how the graph analysis is conducted, especially considering Python's lack of static types? Also, do you provide code for the following?
Import Relations Analysis: Identification of relationships through import statements within the project scope, excluding external modules.
Invoke Relations Understanding: Determination of caller and callee relationships between functions or methods.
Class Hierarchy Relations: Understanding of inheritance relationships between classes.
I would appreciate if you could guide me to the specific parts of the code responsible for these analyses. Also, how could I apply your framework to other Python projects.
Any assistance or documentation on setting up and running this analysis would be highly appreciated.
The text was updated successfully, but these errors were encountered:
Firstly, thanks for sharing this repository.
After checking code and paper, I see that this project utilizes AST for analysis. Given Python's dynamic typing nature, it will be good to know how your code does this analysis. Could you kindly elaborate on how the graph analysis is conducted, especially considering Python's lack of static types? Also, do you provide code for the following?
I would appreciate if you could guide me to the specific parts of the code responsible for these analyses. Also, how could I apply your framework to other Python projects.
Any assistance or documentation on setting up and running this analysis would be highly appreciated.
The text was updated successfully, but these errors were encountered: