MCPcopy Index your code
hub / github.com/python/cpython / Difference

Class Difference

Tools/unicode/makeunicodedata.py:895–895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893 pass
894 else:
895 class Difference(Exception):pass
896 raise Difference(hex(i), k, old.table[i], new.table[i])
897 new.changed.append((version, list(zip(bidir_changes, category_changes,
898 decimal_changes, mirrored_changes,

Callers 1

merge_old_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…