久久国产乱子伦精品免费M,亚洲一区二区三区91,欧美国产在线视频,国产精品视频久久

【Python面試真題】- 解釋Python中的help()和dir()函數(shù)?

【Python面試真題】- 解釋Python中的help()和dir()函數(shù)

Help()函數(shù)是一個內(nèi)置函數(shù),用于查看函數(shù)或模塊用途的詳細(xì)說明:
>>> import copy
>>> help(copy.copy)

運(yùn)行結(jié)果為:
Help on function copy in module copy:
copy(x)
 
Shallow copy operation on arbitrary Python objects.
 
See the module’s __doc__ string for more info.

Dir()函數(shù)也是Python內(nèi)置函數(shù),dir() 函數(shù)不帶參數(shù)時,返回當(dāng)前范圍內(nèi)的變量、方法和定義的類型列表;帶參數(shù)時,返回參數(shù)的屬性、方法列表。
以下實(shí)例展示了 dir 的使用方法:
>>> dir(copy.copy)

運(yùn)行結(jié)果為:
[‘__annotations__’, ‘__call__’, ‘__class__’, ‘__closure__’, ‘__code__’, ‘__defaults__’, ‘__delattr__’, ‘__dict__’, ‘__dir__’, ‘__doc__’, ‘__eq__’, ‘__format__’, ‘__ge__’, ‘__get__’, ‘__getattribute__’, ‘__globals__’, ‘__gt__’, ‘__hash__’, ‘__init__’, ‘__init_subclass__’, ‘__kwdefaults__’, ‘__le__’, ‘__lt__’, ‘__module__’, ‘__name__’, ‘__ne__’, ‘__new__’, ‘__qualname__’, ‘__reduce__’, ‘__reduce_ex__’, ‘__repr__’, ‘__setattr__’, ‘__sizeof__’, ‘__str__’, ‘__subclasshook__’]



相關(guān)新聞

歷經(jīng)多年發(fā)展,已成為國內(nèi)好評如潮的Linux云計(jì)算運(yùn)維、SRE、Devops、網(wǎng)絡(luò)安全、云原生、Go、Python開發(fā)專業(yè)人才培訓(xùn)機(jī)構(gòu)!

  • <menu id="dlktz"></menu>
    <ul id="dlktz"></ul>
    <menu id="dlktz"></menu>
    <bdo id="dlktz"></bdo>
    主站蜘蛛池模板: 沙湾县| 平塘县| 吴江市| 丰顺县| 新河县| 肃北| 平谷区| 博爱县| 上饶市| 莒南县| 都安| 桐庐县| 玛多县| 房产| 青河县| 镶黄旗| 元氏县| 斗六市| 岳普湖县| 曲麻莱县| 九龙城区| 黄龙县| 义乌市| 白银市| 广昌县| 会泽县| 娄烦县| 青州市| 柳江县| 聂拉木县| 巢湖市| 庐江县| 平阴县| 应城市| 赤壁市| 蓬莱市| 巴马| 民县| 巴楚县| 乳山市| 读书|