is there a way to quickly find out who imported a given python module? For example, there is a python module named common.py, I want to find out the whole list of python modules that imported the common.py file.
The project has many files with the same name (there are other files also named common.py). I am interested whether there is any automatic tool.
Thanks.