Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
95
def
_trace(message):
96
if
sys.flags.verbose:
97
print(message, file=sys.stderr)
98
99
100
def
_warn(*args, **kwargs):
Callers
4
addpackage
Function · 0.85
addsitedir
Function · 0.85
addusersitepackages
Function · 0.85
addsitepackages
Function · 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…