MCPcopy
hub / github.com/reflex-dev/reflex / fn

Function fn

tests/units/components/test_memo.py:1324–1325  ·  view source on GitHub ↗
(event=None)

Source from the content-addressed store, hash-verified

1322 )
1323
1324 def fn(event=None) -> rx.Component:
1325 return rx.button("hi")
1326
1327 # Python <=3.10 wraps a ``= None`` param into a union with ``None`` (its
1328 # ``get_type_hints`` adds ``Optional``); the ``EventHandler`` underneath

Callers 3

new_processFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected