MCPcopy Create free account
hub / github.com/microsoft/playwright-python / __aexit__

Method __aexit__

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

Source from the content-addressed store, hash-verified

63 return self
64
65 async def __aexit__(self, *args: object) -> None:
66 await self.dispose()
67
68 def __enter__(self) -> "DisposableStub":
69 return self

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.95

Tested by

no test coverage detected