MCPcopy 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
59def usage(msg=None):
60 if msg is None:
61 msg = __doc__
62 print(msg, file=sys.stderr)
63
64
65def errprint(*args):

Callers 1

mainFunction · 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…