Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ _stderr
Function
_stderr
python/vercel-runtime/src/vercel_runtime/vc_init.py:91–94 ·
view source on GitHub ↗
(message: str)
Source
from the content-addressed store, hash-verified
89
90
91
def
_stderr(message: str) -> None:
92
with
contextlib.suppress(Exception):
93
_original_stderr.write(message +
"\n"
)
94
_original_stderr.flush()
95
96
97
def
_fatal(message: str) -> Never:
Callers
5
_fatal
Function · 0.85
flush_init_log_buf_to_stderr
Function · 0.85
vc_init.py
File · 0.85
vc_handler
Function · 0.85
_lifespan_startup
Function · 0.85
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected