MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / get_opcodes

Method get_opcodes

Lib/difflib.py:531–584  ·  view source on GitHub ↗

Return list of 5-tuples describing how to turn a into b. Each tuple is of the form (tag, i1, i2, j1, j2). The first tuple has i1 == j1 == 0, and remaining tuples have i1 == the i2 from the tuple preceding it, and likewise for j1 == the previous j2. The tags are str

(self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

get_grouped_opcodesMethod · 0.95
compareMethod · 0.95
_fancy_replaceMethod · 0.95

Calls 2

get_matching_blocksMethod · 0.95
appendMethod · 0.45

Tested by

no test coverage detected