(self)
| 67 | return self |
| 68 | |
| 69 | async def owner_frame(self) -> Optional["Frame"]: |
| 70 | return from_nullable_channel(await self._channel.send("ownerFrame", None)) |
| 71 | |
| 72 | async def content_frame(self) -> Optional["Frame"]: |
| 73 | return from_nullable_channel(await self._channel.send("contentFrame", None)) |
no test coverage detected