MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / close

Method close

eval_heldout/webarena/browser_env/envs.py:236–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234
235 @beartype
236 def close(self) -> None:
237 if self.reset_finished:
238 self.context_manager.__exit__()
239
240 def step(
241 self, action: Action

Callers 3

testFunction · 0.95
execute_actionFunction · 0.45
aexecute_actionFunction · 0.45

Calls 1

__exit__Method · 0.45

Tested by

no test coverage detected