用 @dataclass 装饰的类,默认自动生成的方法不包括?

Python

  1. A.__init__(构造方法)
  2. B.__repr__(表示)
  3. C.__hash__(可哈希)
  4. D.__eq__(相等比较)