MCPcopy Index your code
hub / github.com/microsoft/Webwright / run_self_reflection

Function run_self_reflection

src/webwright/tools/self_reflection.py:450–451  ·  view source on GitHub ↗
(**kwargs: Any)

Source from the content-addressed store, hash-verified

448
449
450def run_self_reflection(**kwargs: Any) -> SelfReflectionResult:
451 return asyncio.run(run_self_reflection_async(**kwargs))
452
453
454# ---------------------------------------------------------------------------

Callers 1

mainFunction · 0.85

Calls 2

runMethod · 0.45

Tested by

no test coverage detected