MCPcopy Index your code
hub / github.com/reactive-python/reactpy / text_equals

Function text_equals

src/py/reactpy/tests/tooling/select.py:23–24  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

21
22
23def text_equals(text: str) -> Selector:
24 return lambda element, _: _element_text(element) == text
25
26
27def _element_text(element: VdomJson) -> str:

Callers

nothing calls this directly

Calls 1

_element_textFunction · 0.85

Tested by

no test coverage detected