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

Function _trace

Lib/site.py:95–97  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

93
94
95def _trace(message):
96 if sys.flags.verbose:
97 print(message, file=sys.stderr)
98
99
100def _warn(*args, **kwargs):

Callers 4

addpackageFunction · 0.85
addsitedirFunction · 0.85
addusersitepackagesFunction · 0.85
addsitepackagesFunction · 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…