Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ usage
Function
usage
Tools/patchcheck/reindent.py:59–62 ·
view source on GitHub ↗
(msg=None)
Source
from the content-addressed store, hash-verified
57
58
59
def
usage(msg=None):
60
if
msg is None:
61
msg = __doc__
62
print(msg, file=sys.stderr)
63
64
65
def
errprint(*args):
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…