1.打开cmd命令窗

2.进入python.exe所在安装路径

3.输入python,进入Python环境

4.import model,导入想要查看的模块

5.help(model),查看目标模块源代码

示例:

python 模块源码查看

相关文章: