Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做包调试,但忘记了如何获取导入包的确切位置。我知道有一个功能可以做到这一点,但我忘记了它是什么。
您可能正在寻找:
import inspect inspect.getfile(obj)