isHashableCollection
P186623
predicate
Indicates that a collection supports hashing, meaning its contents and structure can be used to compute a stable hash value for identity or lookup purposes.
All labels observed (1)
| Label | Occurrences |
|---|---|
| isHashableCollection canonical | 1 |
Description generation (PDg)
The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.
Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning. # Instructions Focus on describing the relationship, not the entities themselves. # Response Format Begin the description with \' Indicates...\'
Input
Predicate: isHashableCollection
Generated description
Indicates that a collection supports hashing, meaning its contents and structure can be used to compute a stable hash value for identity or lookup purposes.
Sample triples (1)
| Subject | Object |
|---|---|
| typing.FrozenSet | True ⓘ |