Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ diff.py
File
diff.py
Doc/includes/diff.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
" Command-line interface to difflib.py providing diffs in four formats:
2
3
* ndiff: lists every line and highlights interline changes.
4
* context: highlights clusters of changes in a before/after format.
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected