google-research / python-graphs

A static analysis library for computing graph representations of Python programs suitable for use with graph neural networks.
Apache License 2.0
325 stars 39 forks source link

Does this tool support python2? #8

Closed lczxxx123 closed 1 year ago

lczxxx123 commented 2 years ago

Great jobs! Is this work compatible with programs written in python2.7?

dbieber commented 1 year ago

No, by default it only supports analyzing Python 3, and can only be run in Python 3.8+.