Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AutoWebGLM
/ close
Method
close
webarena/browser_env/async_envs.py:115–116 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
113
await self.context_manager.__aexit__()
114
115
def
close(self) -> None:
116
asyncio.run(self.aclose())
117
118
async
def
astep(
119
self, action: Action
Callers
nothing calls this directly
Calls
1
aclose
Method · 0.95
Tested by
no test coverage detected