tilboerner / depx

Examine and visualize dependencies used by Python modules 🔍
Other
19 stars 3 forks source link

to_module should allow us to identify the file that we're importing #14

Open anapaulagomes opened 5 years ago

anapaulagomes commented 5 years ago

Description

to_module should be as precise as possible. It should allow us to identify the file that we're importing.

Example

from os import path

Expected to_module:

os.path

Current to_module:

os