Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _trace
Function
_trace
Lib/site.py:93–95 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
91
92
93
def
_trace(message):
94
if
sys.flags.verbose:
95
print(message, file=sys.stderr)
96
97
98
def
_warn(*args, **kwargs):
Callers
4
addpackage
Function · 0.85
addsitedir
Function · 0.85
addusersitepackages
Function · 0.85
addsitepackages
Function · 0.85
Calls
1
print
Function · 0.50
Tested by
no test coverage detected