MCPcopy Index your code
hub / github.com/microsoft/playwright-python / visit

Method visit

playwright/_impl/_js_handle.py:44–48  ·  view source on GitHub ↗
(self, obj: Any)

Source from the content-addressed store, hash-verified

42 self.last_id = 0
43
44 def visit(self, obj: Any) -> int:
45 assert obj not in self.visited
46 self.last_id += 1
47 self.visited[obj] = self.last_id
48 return self.last_id
49
50
51class JSHandle(ChannelOwner):

Callers 1

serialize_valueFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected