Searched defs:Hashable (Results 1 – 5 of 5) sorted by relevance
351 struct Hashable { struct352 static constexpr bool HashableBy(Hash h) { return h & H; } in HashableBy() argument
90 class Hashable(metaclass=ABCMeta): class
2673 Hashable = _alias(collections.abc.Hashable, 0) # Not generic. variable
30 struct Hashable {}; struct
61 struct Hashable {}; struct