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

Function parse_result

playwright/_impl/_js_handle.py:331–332  ·  view source on GitHub ↗
(result: Any)

Source from the content-addressed store, hash-verified

329
330
331def parse_result(result: Any) -> Any:
332 return parse_value(result)
333
334
335def add_source_url_to_script(source: str, path: Union[str, Path]) -> str:

Callers 8

eval_on_selectorMethod · 0.90
eval_on_selector_allMethod · 0.90
evaluateMethod · 0.90
eval_on_selectorMethod · 0.90
eval_on_selector_allMethod · 0.90
evaluateMethod · 0.90
evaluateMethod · 0.85
json_valueMethod · 0.85

Calls 1

parse_valueFunction · 0.85

Tested by

no test coverage detected