Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/playwright-python
/ close
Method
close
playwright/_impl/_disposable.py:89–90 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
87
return
task.result()
88
89
async
def
close(self) -> None:
90
await self.dispose()
91
92
def
__repr__(self) -> str:
93
return
"<Disposable>"
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.95
Tested by
no test coverage detected