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

Method data

tests/units/test_state.py:4834–4840  ·  view source on GitHub ↗

Computed var over the given rows. Returns: The data rows.

(self)

Source from the content-addressed store, hash-verified

4832
4833 @rx.var(cache=True, auto_deps=False)
4834 async def data(self) -> list[dict[str, Any]]:
4835 """Computed var over the given rows.
4836
4837 Returns:
4838 The data rows.
4839 """
4840 return await self.get_var_value(self._data)
4841
4842 @rx.var
4843 async def foo(self) -> list[dict[str, Any]]:

Callers

nothing calls this directly

Calls 1

get_var_valueMethod · 0.80

Tested by

no test coverage detected