MCPcopy 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
91def _stderr(message: str) -> None:
92 with contextlib.suppress(Exception):
93 _original_stderr.write(message + "\n")
94 _original_stderr.flush()
95
96
97def _fatal(message: str) -> Never:

Callers 5

_fatalFunction · 0.85
vc_init.pyFile · 0.85
vc_handlerFunction · 0.85
_lifespan_startupFunction · 0.85

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected