Skip to content
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

Code for the Analysis of a Python Project #1

Open
code-rex1 opened this issue Mar 18, 2024 · 1 comment
Open

Code for the Analysis of a Python Project #1

code-rex1 opened this issue Mar 18, 2024 · 1 comment

Comments

@code-rex1
Copy link

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?

  • 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.

@code-rex1
Copy link
Author

@bdqnghi @huyphan168 can you please help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant