Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/allenai/open-instruct
/ close
Method
close
open_instruct/code_utils/testing_util.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
# alternative use redirect_stdout() from contextlib
57
class
NonClosingStringIO(StringIO):
58
def
close(self) -> None:
59
pass
60
61
62
class
Capturing(list):
Callers
3
get_successful_tests_fast
Function · 0.45
get_successful_tests_stdio
Function · 0.45
tearDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected