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

Method close

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

Source from the content-addressed store, hash-verified

40 raise e
41
42 async def close(self) -> None:
43 await self.dispose()
44
45 def __repr__(self) -> str:
46 return "<Disposable>"

Callers 1

_syncMethod · 0.45

Calls 1

disposeMethod · 0.95

Tested by

no test coverage detected