gpt4 book ai didi

python - 适用于虚线模块的 `imp.find_module` 版本

转载 作者:太空狗 更新时间:2023-10-29 20:24:38 29 4
gpt4 key购买 nike

是否有一个现有的 imp.find_module 的实现?适用于带点的模块名称?它不需要防弹,如果它在某些情况下不起作用也没关系。但它适用的案例越多越好。

请不要尝试在答案中实现此功能。我已经实现了我的版本,我想问是否有现有实现,因为如果有的话,它可能比我的版本经过更多测试。

最佳答案

importlib可能是你所追求的。特别是函数 import_moduledocs说:

importlib.import_module(name, package=None)

Import a module. The name argument specifies what module to import in absolute or relative terms (e.g. either pkg.mod or ..mod). If the name is specified in relative terms, then the package argument must be set to the name of the package which is to act as the anchor for resolving the package name (e.g. import_module('..mod', 'pkg.subpkg') will import pkg.mod)

关于python - 适用于虚线模块的 `imp.find_module` 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5795562/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com