python定制类

来源:互联网 发布:iphone mac 蓝牙 编辑:程序博客网 时间:2024/05/22 09:51
方法名 说明 slots 限制类的属性 init 类的构造函数 del 删除类的实例被调用 str 指定类的输出格式 iter 使类可以迭代 getitem 按照下标获取类的元素,类似list getattr 调用类不存在的属性 getattribute 拦截类的属性和方法 call 类实例化默认调用的方法
原创粉丝点击