FSoft-AI4Code / RepoHyper

Graph-based method for end-to-end code completion with context awareness on repository
Apache License 2.0
44 stars 10 forks source link

Code for the Analysis of a Python Project #1

Open code-rex1 opened 7 months ago

code-rex1 commented 7 months ago

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.

code-rex1 commented 7 months ago

@bdqnghi @huyphan168 can you please help?