MCPcopy Index your code
hub / github.com/python/cpython / docs_modified

Function docs_modified

Tools/patchcheck/patchcheck.py:174–176  ·  view source on GitHub ↗

Report if any file in the Doc directory has been changed.

(file_paths)

Source from the content-addressed store, hash-verified

172
173@status("Docs modified", modal=True)
174def docs_modified(file_paths):
175 """Report if any file in the Doc directory has been changed."""
176 return bool(file_paths)
177
178
179@status("Misc/NEWS.d updated with `blurb`", modal=True)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…