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

Method __exit__

playwright/_impl/_disposable.py:71–72  ·  view source on GitHub ↗
(self, *args: object)

Source from the content-addressed store, hash-verified

69 return self
70
71 def __exit__(self, *args: object) -> None:
72 self._sync(self.dispose())
73
74 def _sync(self, coro: object) -> object:
75 __tracebackhide__ = True

Callers

nothing calls this directly

Calls 2

_syncMethod · 0.95
disposeMethod · 0.95

Tested by

no test coverage detected