MCPcopy 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
93def _trace(message):
94 if sys.flags.verbose:
95 print(message, file=sys.stderr)
96
97
98def _warn(*args, **kwargs):

Callers 4

addpackageFunction · 0.85
addsitedirFunction · 0.85
addusersitepackagesFunction · 0.85
addsitepackagesFunction · 0.85

Calls 1

printFunction · 0.50

Tested by

no test coverage detected