python中的特殊方法有:1.init方法;2.next方法;3.len方法;4.str方法;5.abs方法;6.bool方法;7.complex方法;8.floa方法;9.hash方法;10.setitem方法;11.delitem方法;12.contains方法;
python中的特殊方法有以下幾種
1.init方法
python中init方法的作用是用于對象的初始化,常在實例化類的過程中被自動調用。
2.next方法
python中next方法的作用是用于返回對象某個指定屬性的下一個元素。
3.len方法
python中len方法的作用是用于返回對象某個屬性的長度。
4.str方法
python中str方法的作用是用于輸出對象信息,使用print()函數時將自動調用str方法。
5.abs方法
python中abs方法的作用是用于返回對象某項屬性的絕對值。
6.bool方法
python中bool方法的作用是用于返回對象某項屬性的布爾值。
7.complex方法
python中complex方法的作用是用于返回對象某項屬性的復數格式。
8.floa方法
python中floa方法的作用是用于返回對象某項屬性的浮點型格式。
9.hash方法
python中hash方法的作用是將對象添加進集合或將對象作為字典的鍵,并返回由哈希算法計算出該對象的哈希值。
10.setitem方法
python中setitem方法的作用是對指定索引值賦值或對象[start: end: step] 切片賦值時調用。
11.delitem方法
python中delitem方法的作用是刪除指定索引值或 del 對象[start: end: step] 切片刪除時調用。
12.contains方法
python中contains方法的作用是用于判斷item是否在對象的某個屬性值中,需要返回布爾類型的結果。