Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
23
def
text_equals(text: str) -> Selector:
24
return
lambda
element, _: _element_text(element) == text
25
26
27
def
_element_text(element: VdomJson) -> str:
Callers
nothing calls this directly
Calls
1
_element_text
Function · 0.85
Tested by
no test coverage detected