码迷,mamicode.com
首页 > 其他好文 > 详细

如何查找模块

时间:2015-05-25 14:27:07      阅读:106      评论:0      收藏:0      [点我收藏+]

标签:

http://python.usyiyi.cn/python_278/library/index.html

python中文档标准库可以查看

命令行查看:

>>>help()

>>>modules

显示所有模块

import os

help(os)

显示该模块方法

如何查找模块

标签:

原文地址:http://www.cnblogs.com/alex21/p/4527644.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!