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

Function ndiff

Lib/difflib.py:1316–1350  ·  view source on GitHub ↗

r""" Compare `a` and `b` (lists of strings); return a `Differ`-style delta. Optional keyword parameters `linejunk` and `charjunk` are for filter functions (or None): - linejunk: A function that should accept a single string argument, and return true iff the string is junk. T

(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

_mdiffFunction · 0.85

Calls 2

DifferClass · 0.85
compareMethod · 0.45

Tested by

no test coverage detected