__gt__()
或中的任何一个,python.org/3.9/reference/datamodel.html#object.__ge__" rel="external nofollow noreferrer">__ge__()
则 python.org/3.9/library/exceptions.html#TypeError" rel="external nofollow noreferrer">TypeError
引发 。
unsafe_hash
:if False
(默认),python.org/3.9/reference/datamodel.html#object.__hash__" rel="external nofollow noreferrer">__hash__()
根据how eq
and frozen
are set生成一个方法 。python.org/3.9/reference/datamodel.html#object.__hash__" rel="external nofollow noreferrer">
__hash__()
由 built-in 使用python.org/3.9/library/functions.html#hash" rel="external nofollow noreferrer">hash()
,并且在将对象添加到散列集合(例如字典和集合)时使用 。拥有 a python.org/3.9/reference/datamodel.html#object.__hash__" rel="external nofollow noreferrer">__hash__()
意味着类的实例是不可变的 。可变性是一个复杂的属性,它取决于程序员的意图、 的存在和行为,以及装饰器中的和标志python.org/3.9/reference/datamodel.html#object.__eq__" rel="external nofollow noreferrer">__eq__()
的值 。eq``frozen
python.org/3.9/library/dataclasses.html#dataclasses.dataclass" rel="external nofollow noreferrer">dataclass()
默认情况下,除非这样做是安全的,否则python.org/3.9/library/dataclasses.html#dataclasses.dataclass" rel="external nofollow noreferrer">
dataclass()
不会隐式添加方法 。python.org/3.9/reference/datamodel.html#object.__hash__" rel="external nofollow noreferrer">__hash__()
它也不会添加或更改现有的明确定义的python.org/3.9/reference/datamodel.html#object.__hash__" rel="external nofollow noreferrer">__hash__()
方法 。如文档中所述,设置类属性对 Python 具有特定含义 。__hash__ = None
python.org/3.9/reference/datamodel.html#object.__hash__" rel="external nofollow noreferrer">__hash__()
如果python.org/3.9/reference/datamodel.html#object.__hash__" rel="external nofollow noreferrer">
__hash__()
没有显式定义,或者如果设置为None
,则
推荐阅读
- 国产三轮摩托车排名前十名-中国三轮摩托车排行榜
- 抖音中怎么和短视频中的人进行合拍(抖音无缝合拍突然没有是什么原因)
- 【Python+C#】手把手搭建基于Hugging Face模型的离线翻译系统,并通过C#代码进行访问
- 国内大型钢铁厂综合实力排名 中国钢厂实力排名
- 中国数字化是怎么转型成新范式TOP 50的?
- 中小制造企业需要ERP和MES吗?
- 如何通过 Java 代码隐藏 Word 文档中的指定段落
- Python实现给图片加水印功能
- Monaco Editor 中的 Keybinding 机制
- python-函数-统计函数