特殊方法和特殊属性一览
文章目录特殊方法和特殊属性一览官方的文档特殊属性或者方法介绍1. 基本定制`object.__new__(cls[, ...])``object.__init__(self[, ...])``object.__del__(self)``object.__repr__(self)``object.__str__(self)``object.__bytes__(self)``object.__format__(self, format_spec)``object.__lt__(self, other)`obje