会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
坏脾气
博客园
首页
新随笔
联系
订阅
管理
2017年1月12日
python_查找模块的方法
摘要: 在python自带的Command Line中: 1. 查找一个模块拥有的方法 import 模块名 help(模块名) or dir(模块名) 2. 查找一个模块拥有的方法 import 模块名 help(模块名.函数名) or dir(模块名.函数名) help(模块名.类名.函数名) or d
阅读全文
posted @ 2017-01-12 19:56 坏脾气
阅读(836)
评论(0)
推荐(0)
编辑
公告