Lines Matching refs:HashKey

367 class HashKey:
386 if not isinstance(other, HashKey):
402 if HashKey._crasher is not None and HashKey._crasher.error_on_hash:
407 if HashKey._crasher is not None and HashKey._crasher.error_on_eq:
418 if HashKey._crasher is not None:
420 HashKey._crasher = self
423 HashKey._crasher = None
438 k1 = HashKey(10, 'aaa')
439 k2 = HashKey(10, 'bbb')
502 k1 = HashKey(10, 'aaa')
503 k2 = HashKey(10, 'bbb')
504 k3 = HashKey(10, 'ccc')
542 C = HashKey(0b10000000_00000000_00000000_00000000, 'C')
543 D = HashKey(0b10000000_00000000_00000000_00000000, 'D')
545 E = HashKey(0b00000000_00000000_00000000_00000000, 'E')
663 A = HashKey(100, 'A')
664 B = HashKey(101, 'B')
665 C = HashKey(102, 'C')
666 D = HashKey(103, 'D')
667 E = HashKey(104, 'E')
668 Z = HashKey(-100, 'Z')
670 Er = HashKey(103, 'Er', error_on_eq_to=D)
708 A = HashKey(100, 'A')
709 B = HashKey(201001, 'B')
710 C = HashKey(101001, 'C')
711 D = HashKey(103, 'D')
712 E = HashKey(104, 'E')
713 Z = HashKey(-100, 'Z')
715 Er = HashKey(201001, 'Er', error_on_eq_to=B)
760 A = HashKey(100, 'A')
761 B = HashKey(101, 'B')
762 C = HashKey(100100, 'C')
763 D = HashKey(100100, 'D')
764 E = HashKey(104, 'E')
796 A = HashKey(100, 'A')
797 B = HashKey(101, 'B')
798 C = HashKey(100100, 'C')
799 D = HashKey(100100, 'D')
800 E = HashKey(100100, 'E')
842 key = HashKey(i, str(i))
846 collision_key16 = HashKey(16, '18')
887 A = HashKey(100, 'A')
888 B = HashKey(201001, 'B')
889 C = HashKey(101001, 'C')
890 D = HashKey(103, 'D')
891 E = HashKey(104, 'E')
892 F = HashKey(110, 'F')
908 A = HashKey(100, 'A')
909 B = HashKey(101, 'B')
910 C = HashKey(100100, 'C')
911 D = HashKey(100100, 'D')
912 E = HashKey(100100, 'E')
913 F = HashKey(110, 'F')
929 A = HashKey(100, 'A')
930 B = HashKey(101, 'B')
931 C = HashKey(100100, 'C')
932 D = HashKey(100100, 'D')
933 E = HashKey(100100, 'E')
934 F = HashKey(110, 'F')
953 A = HashKey(100, 'A')
954 B = HashKey(101, 'B')
955 C = HashKey(100100, 'C')
956 D = HashKey(100100, 'D')
957 E = HashKey(120, 'E')
1000 A = HashKey(100, 'A')
1001 Er = HashKey(100, 'Er', error_on_eq_to=A)
1016 A = HashKey(100, 'A')
1039 A = HashKey(100, 'A')
1040 B = HashKey(101, 'B')
1059 A = HashKey(100, 'A')
1060 AA = HashKey(100, 'A')
1062 B = HashKey(101, 'B')
1079 A = HashKey(100, 'A')
1080 AA = HashKey(100, 'A')
1082 B = HashKey(101, 'B')