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

Method dispose

playwright/_impl/_disposable.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57 self._dispatcher_fiber = parent._dispatcher_fiber
58
59 async def dispose(self) -> None:
60 await self._dispose_fn()
61
62 async def __aenter__(self) -> "DisposableStub":
63 return self

Callers 3

__aexit__Method · 0.95
__exit__Method · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected