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

Function _mdiff

Lib/difflib.py:1352–1613  ·  view source on GitHub ↗

r"""Returns generator yielding marked up from/to side by side differences. Arguments: fromlines -- list of text lines to compared to tolines tolines -- list of text lines to be compared to fromlines context -- number of context lines to display on each side of difference,

(fromlines, tolines, context=None, linejunk=None,
           charjunk=IS_CHARACTER_JUNK)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

make_tableMethod · 0.85

Calls 4

ndiffFunction · 0.85
_line_pair_iteratorFunction · 0.85
compileMethod · 0.45
nextMethod · 0.45

Tested by

no test coverage detected