SMAT-Lab / Scalpel

Scalpel: The Python Static Analysis Framework
Apache License 2.0
278 stars 42 forks source link

Import graph needs to be refactored and its current example code returning None #41

Closed billquan closed 2 years ago

billquan commented 2 years ago

As discussed in https://github.com/SMAT-Lab/Scalpel/issues/31#issuecomment-1140169998, ImportGraph needs to be refactored. And the current tutorial code of it returns None, https://github.com/SMAT-Lab/Scalpel/blob/87c8078148acaff98af7297c31801b959d019d27/examples/import_graph_tutorial.py

Jarvx commented 2 years ago

The example code is updated using the latest API.