MCPcopy
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
57class NonClosingStringIO(StringIO):
58 def close(self) -> None:
59 pass
60
61
62class Capturing(list):

Callers 3

tearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected