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

Method _call_expect

playwright/_impl/_assertions.py:80–85  ·  view source on GitHub ↗
(
        self, expression: str, expect_options: FrameExpectOptions, title: Optional[str]
    )

Source from the content-addressed store, hash-verified

78 self._is_soft = is_soft
79
80 async def _call_expect(
81 self, expression: str, expect_options: FrameExpectOptions, title: Optional[str]
82 ) -> FrameExpectResult:
83 raise NotImplementedError(
84 "_call_expect must be implemented in a derived class."
85 )
86
87 async def _expect_impl(
88 self,

Callers 1

_expect_implMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected