Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test
Function · 0.95
execute_action
Function · 0.45
aexecute_action
Function · 0.45
Calls
1
__exit__
Method · 0.45
Tested by
no test coverage detected