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

Method failure

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

Source from the content-addressed store, hash-verified

53 await stream.save_as(path)
54
55 async def failure(self) -> Optional[str]:
56 reason = await self._channel.send(
57 "failure",
58 None,
59 )
60 if reason is None:
61 return None
62 return patch_error_message(reason)
63
64 async def delete(self) -> None:
65 await self._channel.send(

Callers

nothing calls this directly

Calls 2

patch_error_messageFunction · 0.90
sendMethod · 0.45

Tested by

no test coverage detected