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

Method _cancel

playwright/_impl/_async_base.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 return mapping.from_maybe_impl(await self._future)
36
37 def _cancel(self) -> None:
38 self._future.cancel()
39
40 def is_done(self) -> bool:
41 return self._future.done()

Callers 1

__aexit__Method · 0.45

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected