MCPcopy Create free account
hub / github.com/RUC-NLPIR/WebThinker / __exit__

Method __exit__

scripts/lcb_runner/evaluation/testing_util.py:65–68  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

63 return self
64
65 def __exit__(self, *args):
66 self.append(self._stringio.getvalue())
67 del self._stringio # free up some memory
68 sys.stdout = self._stdout
69
70
71def only_int_check(val):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected