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是否在对象的某个属性值中,需要返回布尔类型的结果。