Skip to content

Code for the Analysis of a Python Project #1

@code-rex1

Description

@code-rex1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions