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

Method __call__

playwright/_impl/_page.py:127–131  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 self.times = times
126
127 def __call__(self) -> Any:
128 arg_count = len(inspect.signature(self._handler).parameters)
129 if arg_count == 0:
130 return self._handler()
131 return self._handler(self.locator)
132
133
134class Page(ChannelOwner):

Callers

nothing calls this directly

Calls 1

_handlerMethod · 0.45

Tested by

no test coverage detected