python的help函数如何使用


Posted in Python onJune 11, 2020

help函数是python的一个内置函数,在python基础知识中介绍过什么是内置函数,它是python自带的函数,任何时候都可以被使。help函数能作什么、怎么使用help函数查看python模块学习中函数的用法,和使用help函数时需要注意哪些问题,下面来简单的说一下。

help函数能作什么

在使用python来编写代码时,会经常使用python调用函数、自带函数或模块,一些不常用的函数或是模块的用途不是很清楚,这时候就需要用到help函数来查看帮助。

这里要注意下,help()函数是查看函数或模块用途的详细说明,而dir()函数是查看函数或模块内的操作方法都有什么,输出的是方法列表。

怎么使用help函数查看python模块中函数的用法

help( )括号内填写参数,操作方法很简单。

使用help函数查看帮助时需要注意哪些问题

在写help()函数使用方法时说过,括号中填写参数,那在这里要注意参数的形式:

1、查看一个模块的帮助

>>>help('sys')

之后它回打开这个模块的帮助文档

2、查看一个数据类型的帮助

>>>help('str')

返回字符串的方法及详细说明

>>>a = [1,2,3]
>>>help(a)

这时help(a)则会打开list的操作方法

>>>help(a.append)

会显示list的append方法的帮助。

实例扩展:

怎么使用help函数查看python模块中函数的用法

help()括号内填写参数,操作方法很简单。例如:

>>> help('dir')
Help on built-in function dir in module builtins:
dir(...)
  dir([object]) -> list of strings

  If called without an argument, return the names in the current scope.
  Else, return an alphabetized list of names comprising (some of) the attribut
es
  of the given object, and of attributes reachable from it.
  If the object supplies a method named __dir__, it will be used; otherwise
  the default dir() logic is used and returns:
   for a module object: the module's attributes.
   for a class object: its attributes, and recursively the attributes
    of its bases.
   for any other object: its attributes, its class's attributes, and
    recursively the attributes of its class's base classes.

到此这篇关于python的help函数如何使用的文章就介绍到这了,更多相关如何使用python的help函数内容请搜索三水点靠木以前的文章或继续浏览下面的相关文章希望大家以后多多支持三水点靠木!

Python 相关文章推荐
Python实现一个简单的MySQL类
Jan 07 Python
python比较两个列表是否相等的方法
Jul 28 Python
Java多线程编程中ThreadLocal类的用法及深入
Jun 21 Python
Python中Django 后台自定义表单控件
Mar 28 Python
利用python写个下载teahour音频的小脚本
May 08 Python
Python cookbook(数据结构与算法)保存最后N个元素的方法
Feb 13 Python
在Pycharm中设置默认自动换行的方法
Jan 16 Python
对python借助百度云API对评论进行观点抽取的方法详解
Feb 21 Python
Django logging配置及使用详解
Jul 23 Python
python实现一个点绕另一个点旋转后的坐标
Dec 04 Python
如何用 Python 子进程关闭 Excel 自动化中的弹窗
May 07 Python
Python包argparse模块常用方法
Jun 04 Python
新手学python应该下哪个版本
Jun 11 #Python
python开发前景如何
Jun 11 #Python
python编写softmax函数、交叉熵函数实例
Jun 11 #Python
python能开发游戏吗
Jun 11 #Python
使用sklearn对多分类的每个类别进行指标评价操作
Jun 11 #Python
python属于解释语言吗
Jun 11 #Python
numpy的Fancy Indexing和array比较详解
Jun 11 #Python
You might like
也谈截取首页新闻 - 范例
2006/10/09 PHP
PHP print类函数使用总结
2010/06/25 PHP
php设计模式 Adapter(适配器模式)
2011/06/26 PHP
php表单习惯用的正则表达式
2017/10/11 PHP
php实现微信公众号创建自定义菜单功能的实例代码
2019/06/11 PHP
javascript贪吃蛇完整版(源码)
2013/12/09 Javascript
js实现网页倒计时、网站已运行时间功能的代码3例
2014/04/14 Javascript
jqueryUI里拖拽排序示例分析
2015/02/26 Javascript
Javascript中With语句用法实例
2015/05/14 Javascript
详解js中构造流程图的核心技术JsPlumb
2015/12/08 Javascript
jQuery自定义动画函数实例详解(附demo源码)
2015/12/10 Javascript
javascript获取wx.config内部字段解决微信分享
2016/03/09 Javascript
Javascript获取background属性中url的值
2016/10/17 Javascript
angularjs+bootstrap菜单的使用示例代码
2017/03/07 Javascript
js实现简单抽奖功能
2020/11/24 Javascript
vue-openlayers实现地图坐标弹框效果
2020/09/24 Javascript
Python正则获取、过滤或者替换HTML标签的方法
2016/01/28 Python
python实现两个文件合并功能
2018/04/01 Python
Python 批量合并多个txt文件的实例讲解
2018/05/08 Python
Python中跳台阶、变态跳台阶与矩形覆盖问题的解决方法
2018/05/19 Python
解决pandas无法在pycharm中使用plot()方法显示图像的问题
2018/05/24 Python
python实现控制COM口的示例
2019/07/03 Python
python中hasattr()、getattr()、setattr()函数的使用
2019/08/16 Python
python保存log日志,实现用log日志画图
2019/12/24 Python
python中uuid模块实例浅析
2020/12/29 Python
HTML5 文件上传下载的实例代码
2017/07/03 HTML / CSS
Fairyseason:为个人和批发商提供女装和配件
2017/03/01 全球购物
Origins加拿大官网:雅诗兰黛集团高端植物护肤品牌
2017/11/19 全球购物
捷克领先的户外服装及配件市场零售商:ALPINE PRO
2018/01/09 全球购物
英国最大的滑板品牌选择:Route One
2019/09/22 全球购物
介绍一下sql server的安全性
2014/08/10 面试题
建筑设计师岗位职责
2013/11/18 职场文书
简历中个人自我评价分享
2014/03/15 职场文书
家长会主持词
2014/03/26 职场文书
婚礼庆典答谢词
2015/01/20 职场文书
单位接收函格式
2015/01/30 职场文书