MCPcopy Create free account
hub / github.com/THUDM/AutoWebGLM / aclose

Method aclose

webarena/browser_env/async_envs.py:111–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 return asyncio.run(self.areset(seed=seed, options=options))
110
111 async def aclose(self) -> None:
112 if self.reset_finished:
113 await self.context_manager.__aexit__()
114
115 def close(self) -> None:
116 asyncio.run(self.aclose())

Callers 3

closeMethod · 0.95
async_script_browser_envFunction · 0.95
_testFunction · 0.80

Calls

no outgoing calls

Tested by 2

async_script_browser_envFunction · 0.76
_testFunction · 0.64