真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Python中的help函數(shù)怎么用

本篇文章給大家分享的是有關(guān)Python中的help函數(shù)的使用方法,小編覺得挺實(shí)用的,因此分享給大家學(xué)習(xí),希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。

成都網(wǎng)站建設(shè)哪家好,找創(chuàng)新互聯(lián)公司!專注于網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、成都小程序開發(fā)、集團(tuán)成都定制網(wǎng)站等服務(wù)項(xiàng)目。核心團(tuán)隊(duì)均擁有互聯(lián)網(wǎng)行業(yè)多年經(jīng)驗(yàn),服務(wù)眾多知名企業(yè)客戶;涵蓋的客戶類型包括:成都崗?fù)?/a>等眾多領(lǐng)域,積累了大量豐富的經(jīng)驗(yàn),同時(shí)也獲得了客戶的一致贊賞!

help函數(shù)是python的一個(gè)內(nèi)置函數(shù),在python基礎(chǔ)知識中介紹過什么是內(nèi)置函數(shù),它是python自帶的函數(shù),任何時(shí)候都可以被使。help函數(shù)能作什么、怎么使用help函數(shù)查看python模塊學(xué)習(xí)中函數(shù)的用法,和使用help函數(shù)時(shí)需要注意哪些問題,下面來簡單的說一下。

help函數(shù)能作什么

在使用python來編寫代碼時(shí),會(huì)經(jīng)常使用python調(diào)用函數(shù)、自帶函數(shù)或模塊,一些不常用的函數(shù)或是模塊的用途不是很清楚,這時(shí)候就需要用到help函數(shù)來查看幫助。

這里要注意下,help()函數(shù)是查看函數(shù)或模塊用途的詳細(xì)說明,而dir()函數(shù)是查看函數(shù)或模塊內(nèi)的操作方法都有什么,輸出的是方法列表。

怎么使用help函數(shù)查看python模塊中函數(shù)的用法

help( )括號內(nèi)填寫參數(shù),操作方法很簡單。

使用help函數(shù)查看幫助時(shí)需要注意哪些問題

在寫help()函數(shù)使用方法時(shí)說過,括號中填寫參數(shù),那在這里要注意參數(shù)的形式:

1、查看一個(gè)模塊的幫助

>>>help('sys')

之后它回打開這個(gè)模塊的幫助文檔

2、查看一個(gè)數(shù)據(jù)類型的幫助

>>>help('str')

返回字符串的方法及詳細(xì)說明

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

這時(shí)help(a)則會(huì)打開list的操作方法

>>>help(a.append)

會(huì)顯示list的append方法的幫助。

實(shí)例擴(kuò)展:

怎么使用help函數(shù)查看python模塊中函數(shù)的用法

help()括號內(nèi)填寫參數(shù),操作方法很簡單。例如:

>>> 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函數(shù)的使用方法,小編相信有部分知識點(diǎn)可能是我們?nèi)粘9ぷ鲿?huì)見到或用到的。希望你能通過這篇文章學(xué)到更多知識。更多詳情敬請關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。


網(wǎng)站題目:Python中的help函數(shù)怎么用
文章來源:
http://weahome.cn/article/psgpjd.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部