位置: 编程技术 - 正文
推荐整理分享Python内置函数delattr的具体用法(Python内置函数的应用操作),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:Python内置函数的函数名,Python内置函数的定义与功能,python内置函数的用法,python内置函数的逻辑数据类型,python内置函数def,Python内置函数的应用操作,python内置函数的用法,python内置函数的逻辑数据类型,内容如对您有帮助,希望把文章链接给更多的朋友!
delattr 函数用于删除属性。
delattr(x, 'foobar') 相等于 del x.foobar。
语法
setattr 语法:delattr(object, name)
参数
object -- 对象。 name -- 必须是对象的属性。英文文档:
delattr(object, name)
This is a relative of setattr(). The arguments are an object and a string. The string must be the name of one of the object's attributes. The function deletes the named attribute, provided the object allows it. For example, delattr(x, 'foobar') is equivalent to del x.foobar.说明:
定义类
继承
重写
属性方法
反射
文档注释
创建类的原理
其他的一些补充
标签: Python内置函数的应用操作
本文链接地址:https://www.jiuchutong.com/biancheng/375426.html 转载请保留说明!友情链接: 武汉网站建设