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

Method reset

webarena/browser_env/html_tools/identifier.py:20–22  ·  view source on GitHub ↗
(self, exists: dict[str]={})

Source from the content-addressed store, hash-verified

18 self.reset(existing_labels)
19
20 def reset(self, exists: dict[str]={}) -> None:
21 self.identifier = -1
22 self.exists = {} if exists is None else exists
23
24 def get_identifier_in_order(self) -> str:
25 def id2str(id: int) -> str:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected