标签: python search module
有可能吗?例如,如果我不记得模块的名称,我不想打开谷歌,我做
>>> findmodule('someclass') 'somemodule' >>> from somemodule import someclass