MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _trace

Function _trace

tools/python-3.11.9-amd64/Lib/site.py:92–94  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

90
91
92def _trace(message):
93 if sys.flags.verbose:
94 print(message, file=sys.stderr)
95
96
97def makepath(*paths):

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