MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / _configure_process_runtime

Function _configure_process_runtime

src/main.py:76–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75
76def _configure_process_runtime() -> None:
77 os.environ.setdefault("PYTHONIOENCODING", "utf-8")
78 _configure_stdio_utf8()
79 _configure_local_no_proxy()
80 _configure_asyncio_policy()
81 _suppress_known_runtime_warnings()
82
83
84_configure_process_runtime()

Callers 1

main.pyFile · 0.85

Calls 4

_configure_stdio_utf8Function · 0.85

Tested by

no test coverage detected