MCPcopy
hub / github.com/evalplus/evalplus / redirect_stdin

Class redirect_stdin

evalplus/eval/utils.py:98–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98class redirect_stdin(contextlib._RedirectStream): # type: ignore
99 _stream = "stdin"
100
101
102def reliability_guard(maximum_memory_bytes: Optional[int] = None):

Callers 1

swallow_ioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected