Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ PrintError
Function
PrintError
tools/test.py:751–753 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
749
750
751
def
PrintError(str):
752
sys.stderr.write(str)
753
sys.stderr.write(
'\n'
)
754
755
756
def
CheckedUnlink(name):
Callers
1
CheckedUnlink
Function · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…