海詩網(wǎng) 知識(shí)百科 python(python培訓(xùn)班)

python(python培訓(xùn)班)

python, Object是python下的一個(gè)函數(shù),具體來說就是object類,屬于所有類的父類。簡(jiǎn)單來說,任何其他類都直接或間接繼承object類的屬性和方法。

用法是object()

參數(shù):

None

python培訓(xùn)班

參考示例:

演示object()的工作,并輸入命令:

# Python 3 code to demonstrate

# working of object()

# declaring the object of class object

obj=object()

# printing its type

print (The type of object class object is:)

print (type(obj))

# printing its attributes

print (The attributes of its class are:)

print (dir(obj))

python培訓(xùn)班

輸出結(jié)果:

The type of object class object is:

The attributes of its class are:

['__class__ '' __delattr__ '' __dir__ '' __doc__ '' __eq__ '' __format__ '' __getattribute__ '' __hash__ '' __init__ '' __le__ '' __lt__ '' __ne__ '' __new__ '' __reduce__ ''' __reduce_ex__ '

以上是邊肖的分享,希望對(duì)大家有所幫助。

python,以上就是本文為您收集整理的python最新內(nèi)容,希望能幫到您!更多相關(guān)內(nèi)容歡迎關(guān)注。

本文來自網(wǎng)絡(luò),不代表海詩網(wǎng)立場(chǎng),轉(zhuǎn)載請(qǐng)注明出處:http://x91880.com/n/169043.html
      

mysql(mysql安裝及配置超詳細(xì)教程)

發(fā)表回復(fù)
聯(lián)系我們
聯(lián)系我們

在線咨詢: QQ交談

郵箱: 3587015498@qq.com

工作時(shí)間:周一至周五,9:00-17:30,節(jié)假日休息

關(guān)注微信
微信掃一掃關(guān)注我們
微信掃一掃關(guān)注我們
關(guān)注微博
返回頂部