Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ perror
Function
perror
tools/python-3.11.9-amd64/Lib/tokenize.py:628–630 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
626
627
# Helper error handling routines
628
def
perror(message):
629
sys.stderr.write(message)
630
sys.stderr.write(
'\n'
)
631
632
def
error(message, filename=None, location=None):
633
if
location:
Callers
2
error
Function · 0.85
main
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected