Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_sync
Method · 0.45
Calls
1
dispose
Method · 0.95
Tested by
no test coverage detected