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

Function msg

tools/python-3.11.9-amd64/Tools/scripts/which.py:13–14  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

11from stat import *
12
13def msg(str):
14 sys.stderr.write(str + '\n')
15
16def main():
17 pathlist = os.environ['PATH'].split(os.pathsep)

Callers 1

mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected