gpt4 book ai didi

python - 如何是实例(x,模块)?

转载 作者:IT老高 更新时间:2023-10-28 21:17:21 24 4
gpt4 key购买 nike

我需要测试一个变量是否是一个模块。如何以最干净的方式做到这一点?

我需要它来初始化一些调度程序函数,并且我希望该函数可以接受 dict 或模块作为参数。

最佳答案

>>> import os, types
>>> isinstance(os, types.ModuleType)
True

(它也适用于您自己的 Python 模块,以及像 os 这样的内置模块。)

关于python - 如何是实例(x,模块)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/865503/

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