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

Function _suppress_known_runtime_warnings

src/main.py:68–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67
68def _suppress_known_runtime_warnings() -> None:
69 warnings.filterwarnings(
70 "ignore",
71 message=r".*Proactor event loop does not implement add_reader family of methods required.*",
72 category=RuntimeWarning,
73 )
74
75
76def _configure_process_runtime() -> None:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected