第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

python內(nèi)建函數(shù)?

python內(nèi)建函數(shù)?

狐的傳說 2019-02-05 09:05:17
python內(nèi)建函數(shù)
查看完整描述

3 回答

?
蕭十郎

TA貢獻(xiàn)1815條經(jīng)驗 獲得超13個贊

使用dir(__builtins__)可以給出所有內(nèi)建函數(shù)的list

你要使用哪個,打印該函數(shù)的__doc__即可知道其用法

比如
>>> dir(map)
['__call__', '__class__', '__cmp__', '__delattr__', '__doc__', '__getattribute__', '__hash__', '__init__', '__module__', '__name__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__self__', '__setattr__', '__str__']
>>> print map.__doc__
map(function, sequence[, sequence, ...]) -> list

Return a list of the results of applying the function to the items of
the argument sequence(s). If more than one sequence is given, the
function is called with an argument list consisting of the corresponding
item of each sequence, substituting None for missing values when not all
sequences have the same length. If the function is None, return a list of
the items of the sequence (or a list of tuples if more than one sequence).
>>>

至于你想要內(nèi)建函數(shù)的詳細(xì)說明,我是不會給你的(我也沒有,呵呵)
但都在文檔里面

不知道為什么你們不先看看文檔再來問問題呢。。。


查看完整回答
反對 回復(fù) 2019-03-15
  • 3 回答
  • 0 關(guān)注
  • 718 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號