import ABC loads ABC from somewhere. How can I know the 'somewhere'?
I may be able to check the paths in sys.path
one by one, but I wonder if I can find it in Python.
More Questions
- When I load library with 'from ABC import *', how can I know where ABC is located?
- Can 'class xyz' know where it is located when it is called?