标签: python
我有一个字符串,比如说
'foo.bar.module'
如果我这样做,我想知道要加载哪个文件
import foo.bar.module
但我不想加载它。我需要像
fileName = findModuleFile('foo.bar.module')