Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apitrace/apitrace
/ diff
Method
diff
scripts/tracediff.py:288–292 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
286
return
parser.calls
287
288
def
diff(self):
289
try
:
290
self._diff()
291
except
IOError:
292
pass
293
294
def
_diff(self):
295
matcher = difflib.SequenceMatcher(self.isjunk, self.a, self.b)
Callers
nothing calls this directly
Calls
1
_diff
Method · 0.95
Tested by
no test coverage detected