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

Method cancel

playwright/_impl/_artifact.py:83–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 return buffer
82
83 async def cancel(self) -> None: # pyright: ignore[reportIncompatibleMethodOverride]
84 await self._channel.send(
85 "cancel",
86 None,
87 )

Callers 15

disposeMethod · 0.45
connectMethod · 0.45
_cancelMethod · 0.45
_cancelMethod · 0.45
_inner_sendMethod · 0.45
cbMethod · 0.45
cleanupMethod · 0.45
_cleanupMethod · 0.45

Calls 1

sendMethod · 0.45