Method
_call_expect
(
self, expression: str, expect_options: FrameExpectOptions, title: Optional[str]
)
Source from the content-addressed store, hash-verified
| 242 | self._actual_locator = locator |
| 243 | |
| 244 | async def _call_expect( |
| 245 | self, expression: str, expect_options: FrameExpectOptions, title: Optional[str] |
| 246 | ) -> FrameExpectResult: |
| 247 | __tracebackhide__ = True |
| 248 | return await self._actual_locator._expect(expression, expect_options, title) |
| 249 | |
| 250 | @property |
| 251 | def _not(self) -> "LocatorAssertions": |
Callers
nothing calls this directly
Tested by
no test coverage detected